good morning!!!!

Skip to content
Snippets Groups Projects
Commit bf5ae502 authored by Felix Lange's avatar Felix Lange
Browse files

Makefile: enable go vet on Travis CI

parent 6fdd0893
Branches
Tags
No related merge requests found
...@@ -109,6 +109,7 @@ test: all ...@@ -109,6 +109,7 @@ test: all
build/env.sh go test ./... build/env.sh go test ./...
travis-test-with-coverage: all travis-test-with-coverage: all
build/env.sh go vet ./...
build/env.sh build/test-global-coverage.sh build/env.sh build/test-global-coverage.sh
xgo: xgo:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment