diff options
author | Felix Lange <fjl@twurst.com> | 2016-04-15 17:01:29 +0800 |
---|---|---|
committer | Felix Lange <fjl@twurst.com> | 2016-04-15 17:17:27 +0800 |
commit | bf5ae502ef179490a039c9bcd66d32cd5a7ce5e9 (patch) | |
tree | 06739e6dbe3bd6743f8ddaab34a460c12d6e5b59 | |
parent | 6fdd0893c3ebf57e5a9ba2af569c595c859ab902 (diff) | |
download | go-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
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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: |