From 1406173a5188dcc721c1a7ddd71fe53965122f41 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Tue, 29 May 2018 12:13:13 -0400 Subject: [PATCH] Try to fix travis again. --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index c97ae68974..268f709ed3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,14 +5,10 @@ cache: - .cache/ - node_modules/ - $V8WORKER2_OUT_PATH -before_script: - - mkdir -p $DENO_PATH - - cd $DENO_PATH env: global: - V8WORKER2_OUT_PATH=$HOME/v8worker2_out - PROTOBUF_ROOT=$HOME/protobuf - - DENO_PATH=/home/travis/gopath/src/github.com/ry/deno before_install: | # protobuf export PATH=$PROTOBUF_ROOT/bin:$PATH @@ -25,6 +21,8 @@ before_install: | popd fi install: + - mkdir -p $GOPATH/src/github.com/ry + - ln -s `pwd` $GOPATH/src/github.com/ry/deno - env - go get -d github.com/ry/v8worker2 - $GOPATH/src/github.com/ry/v8worker2/build.py --use_ccache --out_path $V8WORKER2_OUT_PATH