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

14 lines
301 B
YAML

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