summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.travis.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index bf1c25a35..3a9d8705d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,9 +1,9 @@
language: go
go:
- 1.9.2
-cache:
- directories:
- - $HOME/.ccache
+before_cache:
+ - ccache -s
+cache: ccache
install:
- sudo apt-get install protobuf-compiler
- go get -u github.com/jteeuwen/go-bindata/...