Skip to content

Commit

Permalink
Cache go directories on Travis
Browse files Browse the repository at this point in the history
This caches the go mod and go build cache directories, which should
speed up test runs.
  • Loading branch information
DirectXMan12 committed May 15, 2019
1 parent 408db94 commit 81c9bf5
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
Expand Up @@ -4,6 +4,11 @@ os:
- linux
- osx

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

go:
- "1.12"

Expand Down

0 comments on commit 81c9bf5

Please sign in to comment.