turn travis cache off temporarily

master
Carlo Strub 7 years ago
parent ce88d598f8
commit 0a6934b3ba

@ -5,11 +5,11 @@ go:
- 1.8.x - 1.8.x
- master - master
cache: #cache:
directories: # directories:
- $GOPATH/src # - $GOPATH/src
- $GOPATH/pkg # - $GOPATH/pkg
- vendor # - vendor
install: install:
- go get -u github.com/Masterminds/glide - go get -u github.com/Masterminds/glide

Loading…
Cancel
Save