0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-01 12:16:11 -05:00
denoland-deno/.travis.yml
2018-05-14 22:26:56 -04:00

10 lines
187 B
YAML

language: go
go:
- 1.9.2
cache: ccache
install:
- go get -d github.com/ry/v8worker2
- (cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py)
- make
script:
- make lint