deno/.travis.yml
2018-05-18 21:55:51 -04:00

14 lines
247 B
YAML

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