Sfoglia il codice sorgente

Run go vet as part of a build

Chris Bannister 11 anni fa
parent
commit
c5aa25dd9b
1 ha cambiato i file con 4 aggiunte e 0 eliminazioni
  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