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

View file

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