0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 17:34:47 -05:00
deno/.travis.yml

15 lines
292 B
YAML
Raw Normal View History

2018-05-14 03:06:09 -04:00
language: go
go:
- 1.9.2
cache:
directories:
- $HOME/.ccache
2018-05-18 12:32:37 -04:00
- $GOPATH/src/github.com/ry/v8worker2/out
2018-05-14 03:06:09 -04:00
install:
- go get github.com/jteeuwen/go-bindata
2018-05-14 21:52:43 -04:00
- go get -d github.com/ry/v8worker2
2018-05-18 12:32:37 -04:00
- (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
2018-05-14 03:06:09 -04:00
- make
script:
- make lint