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
f72655c863
commit
19e50ec173
1 changed files with 1 additions and 2 deletions
|
@ -23,8 +23,7 @@ before_install: |
|
|||
install:
|
||||
- env
|
||||
- go get -d github.com/ry/v8worker2
|
||||
- ( cd $GOPATH/src/github.com/ry/v8worker2 && \
|
||||
./build.py --use_ccache --out_path $V8WORKER2_OUT_PATH )
|
||||
- $GOPATH/src/github.com/ry/v8worker2/build.py --use_ccache --out_path $V8WORKER2_OUT_PATH
|
||||
- go get -u github.com/golang/protobuf/proto
|
||||
- go get -u github.com/spf13/afero
|
||||
- go get -u github.com/golang/protobuf/protoc-gen-go
|
||||
|
|
Loading…
Reference in a new issue