mirror of
https://github.com/octoleo/restic.git
synced 2024-11-22 21:05:10 +00:00
Travis: Cache Go build artifacts
This commit is contained in:
parent
8af4b331ef
commit
27b60a05b4
@ -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"
|
||||||
|
Loading…
Reference in New Issue
Block a user