Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
qti3e authored and ry committed May 29, 2018
1 parent f72655c commit 19e50ec
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 19e50ec

Please sign in to comment.