Explorar el Código

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

Run go vet as part of a build
Phillip Couto hace 11 años
padre
commit
0396db5edd
Se han modificado 1 ficheros con 4 adiciones y 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