Skip to content

Commit

Permalink
Improve travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
qti3e authored and ry committed May 22, 2018
1 parent 6a1d7d2 commit cd9c361
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit cd9c361

Please sign in to comment.