diff --git a/.travis.yml b/.travis.yml index 936b99045..899b7c359 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,10 @@ language: go go: - 1.6 +install: + - go get github.com/Masterminds/glide + - glide install + script: $TRAVIS_BUILD_DIR/test.sh branches: