mirror of
https://github.com/denoland/deno.git
synced 2025-02-08 07:16:56 -05:00
Travis: Cache node_modules and parcel dir.
This commit is contained in:
parent
af3e43c318
commit
37679aaa1a
1 changed files with 4 additions and 0 deletions
|
@ -1,5 +1,9 @@
|
||||||
language: c++
|
language: c++
|
||||||
cache: ccache
|
cache: ccache
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- .cache/
|
||||||
|
- node_modules/
|
||||||
env:
|
env:
|
||||||
global:
|
global:
|
||||||
- PROTOBUF_ROOT=$HOME/protobuf
|
- PROTOBUF_ROOT=$HOME/protobuf
|
||||||
|
|
Loading…
Add table
Reference in a new issue