mirror of
https://github.com/restic/restic.git
synced 2025-08-15 05:37:28 +00:00
Travis: Cache Go build artifacts
This commit is contained in:
@@ -32,6 +32,10 @@ notifications:
|
|||||||
on_failure: change
|
on_failure: change
|
||||||
skip_join: true
|
skip_join: true
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $HOME/.cache/go-build
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- go version
|
- go version
|
||||||
- export GOBIN="$GOPATH/bin"
|
- export GOBIN="$GOPATH/bin"
|
||||||
|
Reference in New Issue
Block a user