2
0
mirror of https://github.com/carlostrub/sisyphus synced 2024-10-31 09:20:15 +00:00

turn travis cache off temporarily

This commit is contained in:
Carlo Strub 2017-03-09 19:30:28 +00:00
parent ce88d598f8
commit 0a6934b3ba

View File

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