aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorFelix Lange <fjl@twurst.com>2016-04-15 17:01:29 +0800
committerFelix Lange <fjl@twurst.com>2016-04-15 17:17:27 +0800
commitbf5ae502ef179490a039c9bcd66d32cd5a7ce5e9 (patch)
tree06739e6dbe3bd6743f8ddaab34a460c12d6e5b59 /Makefile
parent6fdd0893c3ebf57e5a9ba2af569c595c859ab902 (diff)
downloadgo-tangerine-bf5ae502ef179490a039c9bcd66d32cd5a7ce5e9.tar
go-tangerine-bf5ae502ef179490a039c9bcd66d32cd5a7ce5e9.tar.gz
go-tangerine-bf5ae502ef179490a039c9bcd66d32cd5a7ce5e9.tar.bz2
go-tangerine-bf5ae502ef179490a039c9bcd66d32cd5a7ce5e9.tar.lz
go-tangerine-bf5ae502ef179490a039c9bcd66d32cd5a7ce5e9.tar.xz
go-tangerine-bf5ae502ef179490a039c9bcd66d32cd5a7ce5e9.tar.zst
go-tangerine-bf5ae502ef179490a039c9bcd66d32cd5a7ce5e9.zip
Makefile: enable go vet on Travis CI
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index abf99945a..2b553299f 100644
--- a/Makefile
+++ b/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: