From 81d0c571baa0fd2de68f9a125e5f76add0fadd07 Mon Sep 17 00:00:00 2001 From: Ryan Dahl Date: Sun, 27 May 2018 15:01:07 -0400 Subject: Travis: Don't cache v8worker2/out --- .travis.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 -- cgit v1.2.3