mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
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:
@@ -8,6 +8,10 @@ language: go
|
||||
go:
|
||||
- "1.12.x"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
- $GOPATH/pkg/mod
|
||||
|
||||
go_import_path: github.com/coredns/coredns
|
||||
|
||||
git:
|
||||
|
||||
Reference in New Issue
Block a user