mirror of
https://github.com/denoland/deno.git
synced 2025-03-03 17:34:47 -05:00
Improve travis build
This commit is contained in:
parent
6a1d7d2fe6
commit
cd9c361ee1
1 changed files with 3 additions and 2 deletions
|
@ -5,9 +5,10 @@ cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.ccache
|
- $HOME/.ccache
|
||||||
install:
|
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
|
- go get -d github.com/ry/v8worker2
|
||||||
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
|
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
|
||||||
- make
|
|
||||||
script:
|
script:
|
||||||
- make lint
|
- make lint
|
||||||
|
- make test
|
||||||
|
|
Loading…
Add table
Reference in a new issue