mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Add protoc-gen-go install to travis
This commit is contained in:
parent
c21ae406af
commit
9b8dc66c9f
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ before_install: |
|
|||
install:
|
||||
- mkdir -p $HOME/.ccache
|
||||
- export PATH=/usr/lib/ccache:$PATH
|
||||
- go get -u github.com/golang/protobuf/protoc-gen-go
|
||||
- go get -u github.com/jteeuwen/go-bindata/...
|
||||
- go get -d github.com/ry/v8worker2
|
||||
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
|
||||
|
|
Loading…
Reference in a new issue