diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index dbb78da0e..5e23b4ef7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ language: c++ -cache: ccache cache: directories: - .cache/ - node_modules/ + - $HOME/.ccache +cache: ccache env: global: - PROTOBUF_ROOT=$HOME/protobuf |