diff --git a/.travis.yml b/.travis.yml index 7ed9a60..b91266b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,9 @@ go: install: true +env: + - DEP_RELEASE_TAG=v0.5.0 + before_script: - curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh - dep ensure