mirror of
https://github.com/denoland/deno.git
synced 2025-01-21 04:52: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
|
- 1.9.2
|
||||||
cache: ccache
|
cache: ccache
|
||||||
install:
|
install:
|
||||||
- go get github.com/ry/v8worker2
|
- go get -d github.com/ry/v8worker2
|
||||||
- cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py
|
- (cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py)
|
||||||
- make
|
- make
|
||||||
script:
|
script:
|
||||||
- make lint
|
- make lint
|
||||||
|
|
Loading…
Add table
Reference in a new issue