mirror of
https://github.com/denoland/deno.git
synced 2024-11-21 15:04:11 -05:00
Travis: Don't cache v8worker2/out
This commit is contained in:
parent
386eb082fe
commit
81d0c571ba
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue