From 0a6934b3bac533a966eb943c59d778d8aafef7f7 Mon Sep 17 00:00:00 2001 From: Carlo Strub Date: Thu, 9 Mar 2017 19:30:28 +0000 Subject: [PATCH] turn travis cache off temporarily --- .travis.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 9cd5a7b..2c705ec 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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