Explorar o código

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

Run go vet as part of a build
Phillip Couto %!s(int64=11) %!d(string=hai) anos
pai
achega
0396db5edd
Modificáronse 1 ficheiros con 4 adicións e 0 borrados
  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