mirror of
https://github.com/denoland/deno.git
synced 2024-11-22 04:51:22 +00:00
Fix travis.yml
This commit is contained in:
parent
d1f71db455
commit
39da69f051
@ -4,11 +4,11 @@ go:
|
|||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
- $HOME/.ccache
|
- $HOME/.ccache
|
||||||
- `go env GOPATH`/src/github.com/ry/v8worker2/out
|
- $GOPATH/src/github.com/ry/v8worker2/out
|
||||||
install:
|
install:
|
||||||
- go get github.com/jteeuwen/go-bindata
|
- go get github.com/jteeuwen/go-bindata
|
||||||
- go get -d github.com/ry/v8worker2
|
- go get -d github.com/ry/v8worker2
|
||||||
- (cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py)
|
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
|
||||||
- make
|
- make
|
||||||
script:
|
script:
|
||||||
- make lint
|
- make lint
|
||||||
|
Loading…
Reference in New Issue
Block a user