From e4a0acb429dd180263e01e52b1aa973ff58c4087 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Wed, 23 May 2018 13:38:43 -0400 Subject: [PATCH] Adjust travis's ccache --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 3a9d8705d8..a72f5f881f 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