diff --git a/.travis.yml b/.travis.yml index bf56d886..7001ace6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,8 @@ go: before_install: - sudo apt-get -qq update + +before_script: ## # Travis is running `go test -v ./...` # and this runs tests in `vendor` directory also.