Travis: Cache Go build artifacts

This commit is contained in:
Alexander Neumann 2018-08-31 21:14:35 +02:00
parent 8af4b331ef
commit 27b60a05b4
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ notifications:
on_failure: change
skip_join: true
cache:
directories:
- $HOME/.cache/go-build
install:
- go version
- export GOBIN="$GOPATH/bin"