0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00

Travis: Try to fix ccache

This commit is contained in:
Ryan Dahl 2018-05-29 04:53:56 -04:00
parent 0ea603d96e
commit bd1fceb31d

View file

@ -1,9 +1,10 @@
language: c++ language: c++
cache: ccache
cache: cache:
directories: directories:
- .cache/ - .cache/
- node_modules/ - node_modules/
- $HOME/.ccache
cache: ccache
env: env:
global: global:
- PROTOBUF_ROOT=$HOME/protobuf - PROTOBUF_ROOT=$HOME/protobuf