Skip to content

Commit c7c64d7

Browse files
authored
.travis.yaml: Add $GOPATH/pkg/mod to travis cache (#1438)
1 parent fb10d7d commit c7c64d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sudo: required
55
cache:
66
directories:
77
- $HOME/.cache/go-build
8+
- $GOPATH/pkg/mod
89

910
go:
1011
- 1.12.x

0 commit comments

Comments
 (0)