From 76e99dcff413ed0d56951194f53b6b03d5c00873 Mon Sep 17 00:00:00 2001 From: Jake Champlin Date: Fri, 19 May 2017 09:12:56 -0400 Subject: [PATCH] update travis to catch vet failures --- .travis.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 411407aa9..1f29c4cd1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,9 @@ install: - bash scripts/gogetcookie.sh - go get github.com/kardianos/govendor script: -- make vet vendor-status test +- make vendor-status +- make test +- make vet - GOOS=windows go build branches: only: @@ -39,4 +41,4 @@ notifications: matrix: fast_finish: true allow_failures: - - go: tip \ No newline at end of file + - go: tip