1
0
Fork 0
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:
Ryan Dahl 2018-05-14 21:52:43 -04:00
parent 8a7ac7f4f3
commit 03af2c7118

View file

@ -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