Skip to content

Commit bf5ae50

Browse files
committed
Makefile: enable go vet on Travis CI
1 parent 6fdd089 commit bf5ae50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Makefile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ test: all
109109
build/env.sh go test ./...
110110

111111
travis-test-with-coverage: all
112+
build/env.sh go vet ./...
112113
build/env.sh build/test-global-coverage.sh
113114

114115
xgo:

0 commit comments

Comments
 (0)