mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Fix travis.
This commit is contained in:
parent
8e746386fe
commit
344525c2c8
1 changed files with 4 additions and 0 deletions
|
@ -5,10 +5,14 @@ cache:
|
|||
- .cache/
|
||||
- node_modules/
|
||||
- $V8WORKER2_OUT_PATH
|
||||
before_script:
|
||||
- mkdir -p $DENO_PATH
|
||||
- cd $DENO_PATH
|
||||
env:
|
||||
global:
|
||||
- V8WORKER2_OUT_PATH=$HOME/v8worker2_out
|
||||
- PROTOBUF_ROOT=$HOME/protobuf
|
||||
- DENO_PATH=/home/travis/gopath/src/github.com/ry/deno
|
||||
before_install: |
|
||||
# protobuf
|
||||
export PATH=$PROTOBUF_ROOT/bin:$PATH
|
||||
|
|
Loading…
Reference in a new issue