forked from TrueCloudLab/restic
Travis: Cache Go build artifacts
This commit is contained in:
parent
8af4b331ef
commit
27b60a05b4
1 changed files with 4 additions and 0 deletions
|
@ -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 a new issue