1
0
Fork 0
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:
Ryan Dahl 2018-05-27 12:52:17 -04:00
parent c21ae406af
commit 9b8dc66c9f

View file

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