summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Dahl <ry@tinyclouds.org>2018-05-27 15:01:07 -0400
committerRyan Dahl <ry@tinyclouds.org>2018-05-27 15:01:16 -0400
commit81d0c571baa0fd2de68f9a125e5f76add0fadd07 (patch)
tree2b756293fd37a59964fd427bb5ac46575011603c
parent386eb082fe6af904fe7b52202bc85b58ff168e33 (diff)
Travis: Don't cache v8worker2/out
-rw-r--r--.travis.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 89e6707e8..8600d46fd 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,10 @@ cache:
directories:
- $HOME/.ccache
- $PROTOBUF_ROOT
- - $GOPATH/src/github.com/ry/v8worker2/out
+ # Adding the following makes it fail with:
+ # $ go get ./...
+ # dispatch.go:5:2: no Go files in /home/travis/gopath/src/github.com/ry/v8worker2
+ #- $GOPATH/src/github.com/ry/v8worker2/out
env:
global:
- USE_CCACHE=1