Add $GOPATH/pkg/mod to Travis CI cache (#2686)

in order to speed up the go mod

Signed-off-by: Yong Tang <yong.tang.github@outlook.com>
This commit is contained in:
Yong Tang
2019-03-13 00:33:10 -07:00
committed by Miek Gieben
parent d652f72fa7
commit e9ed70cfbe

View File

@@ -8,6 +8,10 @@ language: go
go:
- "1.12.x"
cache:
directories:
- $GOPATH/pkg/mod
go_import_path: github.com/coredns/coredns
git: