Explorar o código

Makefile: enable go vet on Travis CI

Felix Lange %!s(int64=9) %!d(string=hai) anos
pai
achega
bf5ae502ef
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      Makefile

+ 1 - 0
Makefile

@@ -109,6 +109,7 @@ test: all
 	build/env.sh go test ./...
 
 travis-test-with-coverage: all
+	build/env.sh go vet ./...
 	build/env.sh build/test-global-coverage.sh
 
 xgo: