1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Travis: Cache node_modules and parcel dir.

This commit is contained in:
Ryan Dahl 2018-05-29 03:09:49 -04:00
parent af3e43c318
commit 37679aaa1a

View file

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