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:
parent
105438c94f
commit
e4a0acb429
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue