deno/.travis.yml

14 lines
247 B
YAML
Raw Normal View History

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