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

Improve travis build

This commit is contained in:
Parsa Ghadimi 2018-05-22 20:09:37 +04:30 committed by Ryan Dahl
parent 6a1d7d2fe6
commit cd9c361ee1

View file

@ -5,9 +5,10 @@ cache:
directories:
- $HOME/.ccache
install:
- go get github.com/jteeuwen/go-bindata
- sudo apt-get install protobuf-compiler
- 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)
- make
script:
- make lint
- make test