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

Fix travis

This commit is contained in:
Parsa Ghadimi 2018-05-29 14:29:36 +04:30 committed by Ryan Dahl
parent f72655c863
commit 19e50ec173

View file

@ -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