mirror of https://github.com/restic/restic.git
Travis: Cache Go build artifacts
This commit is contained in:
parent
8af4b331ef
commit
27b60a05b4
|
@ -32,6 +32,10 @@ notifications:
|
|||
on_failure: change
|
||||
skip_join: true
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $HOME/.cache/go-build
|
||||
|
||||
install:
|
||||
- go version
|
||||
- export GOBIN="$GOPATH/bin"
|
||||
|
|
Loading…
Reference in New Issue