Skip to content

Commit

Permalink
Makefile: enable go vet on Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fjl committed Apr 15, 2016
1 parent 6fdd089 commit bf5ae50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit bf5ae50

Please sign in to comment.