diff --git a/.travis.yml b/.travis.yml index 221cdbd9e..d411b642b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,8 +9,9 @@ install: # packages that live there. # See: https://github.com/golang/go/issues/12933 - bash scripts/gogetcookie.sh +- go get github.com/kardianos/govendor script: -- make test vet +- make vendor-status vet test - GOOS=windows go build branches: only: