summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-22 15:25:16 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-22 15:25:16 -0400
commit10c198fffd9fba18f8cda257b28c4fdda900c501 (patch)
tree466a362f33b5fda68a0d59202278be75529b82a8
parentd0a8bacab612ae2ecae3525fb7548f1c5e6ed35d (diff)
Try to fix travis
-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/...