From 10c198fffd9fba18f8cda257b28c4fdda900c501 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 22 May 2018 15:25:16 -0400 Subject: [PATCH] Try to fix travis --- .travis.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bf1c25a356..3a9d8705d8 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/...