summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorParsa Ghadimi <me@qti3e.com>2018-05-29 14:29:36 +0430
committerRyan Dahl <ry@tinyclouds.org>2018-05-29 06:12:24 -0400
commit19e50ec173d17d012ba6b3eb239c6b361fea6e04 (patch)
tree33b7cf36ac0c16b9647a93afe5cc45fc6f4510be /.travis.yml
parentf72655c8639a0536c8e0df38dcea2f0f82019257 (diff)
Fix travis
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
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