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