Skip to content

Commit

Permalink
Try to fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed May 29, 2018
1 parent eb259ee commit 4936a4e
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
language: c++
cache:
ccache: true
directories:
- .cache/
- node_modules/
- $HOME/.ccache
cache: ccache
- $V8WORKER2_OUT_PATH
env:
global:
- V8WORKER2_OUT_PATH=$HOME/v8worker2_out
- PROTOBUF_ROOT=$HOME/protobuf
before_install: |
# protobuf
Expand All @@ -22,7 +23,8 @@ before_install: |
install:
- env
- go get -d github.com/ry/v8worker2
- ( cd $GOPATH/src/github.com/ry/v8worker2 && ./build.py --use_ccache )
- ( cd $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 4936a4e

Please sign in to comment.