Skip to content

Commit

Permalink
Travis: Try to fix ccache
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed May 29, 2018
1 parent 0ea603d commit bd1fceb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
language: c++
cache: ccache
cache:
directories:
- .cache/
- node_modules/
- $HOME/.ccache
cache: ccache
env:
global:
- PROTOBUF_ROOT=$HOME/protobuf
Expand Down

0 comments on commit bd1fceb

Please sign in to comment.