summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-28 22:30:22 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-28 22:30:25 -0400
commita4d89f2ee1ddde786f2335eada86f00e3efd1174 (patch)
tree7327c17728277bf92c41690b99535b89bd0dc0e3
parent7762b55432ba73f07f90414aa7d023bb0779f5de (diff)
Update V8Worker2 build.py path.
https://github.com/ry/v8worker2/commit/ab9d1b870978e1b4b979eb9a0b795a19a093c656
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index d3e6c20fc..75afe3433 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -41,7 +41,7 @@ install:
if [ -d $V8WORKER2_OUT ]; then
mv $V8WORKER2_OUT $GOPATH/src/github.com/ry/v8worker2/out
fi
- - (cd $GOPATH/src/github.com/ry/v8worker2 && ./tools/build.py)
+ - ( cd $GOPATH/src/github.com/ry/v8worker2 && ./build.py --use_ccache )
- 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