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 /appveyor.yml | |
parent | c5df37c1119107ddcc517127b3bd7c2ab4e3649f (diff) | |
download | go-tangerine-e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b.tar go-tangerine-e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b.tar.gz go-tangerine-e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b.tar.bz2 go-tangerine-e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b.tar.lz go-tangerine-e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b.tar.xz go-tangerine-e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b.tar.zst go-tangerine-e4181a7f1b9783c27cf2fc6a54a50da28a3b9e0b.zip |
travis, appveyor, build: add source spell checking
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml index f5115f6f9..4bc1a21f8 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -36,4 +36,4 @@ after_build: test_script: - set CGO_ENABLED=1 - - go run build\ci.go test -vet -coverage + - go run build\ci.go test -vet -coverage -misspell |