diff --git a/.travis.yml b/.travis.yml index f45d22f..68e4576 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,13 @@ go: - 1.8.x - master +cache: + directories: + - $GOPATH/src + - $GOPATH/pkg + before_install: + - mkdir $GOPATH - curl https://glide.sh/get | sh - glide install