aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMáximo Cuadros <mcuadros@gmail.com>2017-04-26 15:49:34 +0200
committerGitHub <noreply@github.com>2017-04-26 15:49:34 +0200
commite85778eecc8df3356a238396933c1303ab79124c (patch)
tree898fcce1fa5f6ddceaf102a408d8319bf4bdd1ae /.travis.yml
parentdf8b1cb8a8d4b3d53cbe64ae306d72bde29b56b0 (diff)
parentbca4f9541ae0620ff203bde6da5e3126cfa16f04 (diff)
downloadgo-git-e85778eecc8df3356a238396933c1303ab79124c.tar.gz
Merge pull request #360 from smola/go-vet
fix go vet issues, add go vet to CI
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 0086733..c2e1da4 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -45,6 +45,7 @@ script:
- export PATH=$GIT_DIST_PATH:$PATH
- git version
- make test-coverage
+ - go vet ./...
after_success:
- bash <(curl -s https://codecov.io/bash) \ No newline at end of file