diff options
author | Péter Szilágyi <peterke@gmail.com> | 2017-01-13 16:53:43 +0800 |
---|---|---|
committer | Péter Szilágyi <peterke@gmail.com> | 2017-01-13 17:14:13 +0800 |
commit | e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b (patch) | |
tree | d07486743c2a43cd2a7ba5bd1ac310141ae57a5f /.travis.yml | |
parent | c5df37c1119107ddcc517127b3bd7c2ab4e3649f (diff) | |
download | dexon-e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b.tar.gz dexon-e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b.tar.zst dexon-e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b.zip |
travis, appveyor, build: add source spell checking
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d13b77c17..baa5db7ba 100644 --- a/.travis.yml +++ b/.travis.yml @@ -90,7 +90,7 @@ install: - go get golang.org/x/tools/cmd/cover script: - go run build/ci.go install - - go run build/ci.go test -coverage -vet + - go run build/ci.go test -coverage -vet -misspell notifications: webhooks: |