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