Skip to content

Commit

Permalink
travis.yml: speed up build by caching go build artifacts
Browse files Browse the repository at this point in the history
Signed-off-by: Dave Cheney <[email protected]>
davecheney committed Jul 31, 2019

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent 423109d commit ed817b4
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -5,6 +5,11 @@ go:

sudo: false

cache:
directories:
- $HOME/.cache/go-build
- $HOME/gopath/pkg/mod

env:
- GOPROXY=https://gocenter.io

0 comments on commit ed817b4

Please sign in to comment.