mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 20:38:55 +00:00
Fix travis.yml
This commit is contained in:
parent
d1f71db455
commit
39da69f051
@ -4,11 +4,11 @@ go:
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.ccache
|
||||
- `go env GOPATH`/src/github.com/ry/v8worker2/out
|
||||
- $GOPATH/src/github.com/ry/v8worker2/out
|
||||
install:
|
||||
- go get github.com/jteeuwen/go-bindata
|
||||
- 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
|
||||
script:
|
||||
- make lint
|
||||
|
Loading…
Reference in New Issue
Block a user