mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Fix travis.yml
This commit is contained in:
parent
d1f71db455
commit
39da69f051
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue