mirror of
https://github.com/denoland/deno.git
synced 2024-11-24 15:19:26 -05:00
Try to fix travis
This commit is contained in:
parent
8a7ac7f4f3
commit
03af2c7118
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ go:
|
|||
- 1.9.2
|
||||
cache: ccache
|
||||
install:
|
||||
- go get github.com/ry/v8worker2
|
||||
- cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py
|
||||
- go get -d github.com/ry/v8worker2
|
||||
- (cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py)
|
||||
- make
|
||||
script:
|
||||
- make lint
|
||||
|
|
Loading…
Reference in a new issue