diff options
| author | Parsa Ghadimi <me@qti3e.com> | 2018-05-29 14:29:36 +0430 |
|---|---|---|
| committer | Ryan Dahl <ry@tinyclouds.org> | 2018-05-29 06:12:24 -0400 |
| commit | 19e50ec173d17d012ba6b3eb239c6b361fea6e04 (patch) | |
| tree | 33b7cf36ac0c16b9647a93afe5cc45fc6f4510be /.travis.yml | |
| parent | f72655c8639a0536c8e0df38dcea2f0f82019257 (diff) | |
Fix travis
Diffstat (limited to '.travis.yml')
| -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 |
