summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-23 13:38:43 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-23 13:46:12 -0400
commite4a0acb429dd180263e01e52b1aa973ff58c4087 (patch)
tree5c13175f6368e1de33de8c07c2443856e8102eeb
parent105438c94f5f9a1ef656d9a38bdbe4a38d10fab7 (diff)
Adjust travis's ccache
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 3a9d8705d..a72f5f881 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -3,8 +3,12 @@ go:
- 1.9.2
before_cache:
- ccache -s
-cache: ccache
+cache:
+ directories:
+ - $HOME/.ccache
install:
+ - mkdir -p $HOME/.ccache
+ - export PATH=/usr/lib/ccache:$PATH
- sudo apt-get install protobuf-compiler
- go get -u github.com/jteeuwen/go-bindata/...
- go get -d github.com/ry/v8worker2