From f3c48ec00c5e8d1798c112fc41559110071476bc Mon Sep 17 00:00:00 2001 From: James Bardin Date: Wed, 25 Jan 2017 14:14:58 -0500 Subject: [PATCH] disable vendor-status in travis for now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f2a1fcca1..294c555f7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ install: - bash scripts/gogetcookie.sh - go get github.com/kardianos/govendor script: -- make vendor-status vet test +- make vet test - GOOS=windows go build branches: only: