Skip to content

Commit

Permalink
Cache go dependencies in Travis
Browse files Browse the repository at this point in the history
This caches the go build cache and go module cache in Travis for faster
builds.
  • Loading branch information
DirectXMan12 committed May 14, 2019
1 parent a9dec80 commit 7055654
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
@@ -1,5 +1,10 @@
language: go

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

os:
- linux
- osx
Expand Down

0 comments on commit 7055654

Please sign in to comment.