1
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2024-11-21 15:04:11 -05:00

Fix travis.yml

This commit is contained in:
Ryan Dahl 2018-05-18 12:32:37 -04:00
parent d1f71db455
commit 39da69f051

View file

@ -4,11 +4,11 @@ go:
cache: cache:
directories: directories:
- $HOME/.ccache - $HOME/.ccache
- `go env GOPATH`/src/github.com/ry/v8worker2/out - $GOPATH/src/github.com/ry/v8worker2/out
install: install:
- go get github.com/jteeuwen/go-bindata - go get github.com/jteeuwen/go-bindata
- go get -d github.com/ry/v8worker2 - go get -d github.com/ry/v8worker2
- (cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py) - (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
- make - make
script: script:
- make lint - make lint