Commit bf5ae502 authored by Felix Lange's avatar Felix Lange

Makefile: enable go vet on Travis CI

parent 6fdd0893
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment