diff --git a/.travis.yml b/.travis.yml index a2d73848e..964375803 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ install: - echo noop script: - - make test + - make test vet branches: only: diff --git a/Makefile b/Makefile index 1666d0967..f1c354695 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ TEST?=$$(GO15VENDOREXPERIMENT=1 go list ./... | grep -v /vendor/) -VETARGS?=-asmdecl -atomic -bool -buildtags -composites -copylocks -methods -nilfunc -printf -rangeloops -shift -structtags -unreachable -unsafeptr -unusedresult +VETARGS?=-all default: test