mirror of
https://github.com/denoland/deno.git
synced 2025-02-01 12:16: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:
|
install:
|
||||||
- env
|
- env
|
||||||
- go get -d github.com/ry/v8worker2
|
- go get -d github.com/ry/v8worker2
|
||||||
- ( cd $GOPATH/src/github.com/ry/v8worker2 && \
|
- $GOPATH/src/github.com/ry/v8worker2/build.py --use_ccache --out_path $V8WORKER2_OUT_PATH
|
||||||
./build.py --use_ccache --out_path $V8WORKER2_OUT_PATH )
|
|
||||||
- go get -u github.com/golang/protobuf/proto
|
- go get -u github.com/golang/protobuf/proto
|
||||||
- go get -u github.com/spf13/afero
|
- go get -u github.com/spf13/afero
|
||||||
- go get -u github.com/golang/protobuf/protoc-gen-go
|
- go get -u github.com/golang/protobuf/protoc-gen-go
|
||||||
|
|
Loading…
Add table
Reference in a new issue