Browse Source

Merge pull request #214 from Zariel/travis-vet-fmt

Run go vet as part of a build
Phillip Couto 11 years ago
parent
commit
0396db5edd
1 changed files with 4 additions and 0 deletions
  1. 4 0
      .travis.yml

+ 4 - 0
.travis.yml

@@ -5,8 +5,12 @@ go:
   - 1.3
   - tip
 
+before_script:
+  - go get code.google.com/p/go.tools/cmd/vet
+
 script:
   - bash integration.sh
+  - go vet .
 
 notifications:
   - email: false