diff --git a/.travis.yml b/.travis.yml index 4e3cbb5ec0..b76cb34267 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ go: - 1.9.2 cache: ccache install: - - go get github.com/ry/v8worker2 - - cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py + - go get -d github.com/ry/v8worker2 + - (cd `go env GOPATH`/src/github.com/ry/v8worker2 && ./tools/build.py) - make script: - make lint