From 1c50c53da3829e63109d41398b5e1cf47dbb2131 Mon Sep 17 00:00:00 2001 From: James Bardin Date: Fri, 24 Feb 2017 13:45:26 -0500 Subject: [PATCH] check vendor status in travis --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a977336e8..dcb8c11d4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ install: - bash scripts/gogetcookie.sh - go get github.com/kardianos/govendor script: -- make vet test +- make vet vendor-status test - GOOS=windows go build branches: only: