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

Adjust travis's ccache

This commit is contained in:
Ryan Dahl 2018-05-23 13:38:43 -04:00
parent 105438c94f
commit e4a0acb429

View file

@ -3,8 +3,12 @@ go:
- 1.9.2
before_cache:
- ccache -s
cache: ccache
cache:
directories:
- $HOME/.ccache
install:
- mkdir -p $HOME/.ccache
- export PATH=/usr/lib/ccache:$PATH
- sudo apt-get install protobuf-compiler
- go get -u github.com/jteeuwen/go-bindata/...
- go get -d github.com/ry/v8worker2