diff options
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index ab47833cd..b16bc9a6b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,8 +23,7 @@ before_install: | install: - env - go get -d github.com/ry/v8worker2 - - ( cd $GOPATH/src/github.com/ry/v8worker2 && \ - ./build.py --use_ccache --out_path $V8WORKER2_OUT_PATH ) + - $GOPATH/src/github.com/ry/v8worker2/build.py --use_ccache --out_path $V8WORKER2_OUT_PATH - go get -u github.com/golang/protobuf/proto - go get -u github.com/spf13/afero - go get -u github.com/golang/protobuf/protoc-gen-go |