diff --git a/.travis.yml b/.travis.yml index 9482066b..67013033 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,7 +16,7 @@ before_install: - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh script: - - dep ensure -v && GO_ENABLED=1 go build -v -x -tags "pam" && go install + - dep ensure && GO_ENABLED=1 go build -v -x -tags "pam" && go install before_deploy: - sudo apt-get -qq update