mirror of
https://github.com/coredns/coredns.git
synced 2025-10-28 08:44:17 -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:
|
go:
|
||||||
- "1.12.x"
|
- "1.12.x"
|
||||||
|
|
||||||
|
cache:
|
||||||
|
directories:
|
||||||
|
- $GOPATH/pkg/mod
|
||||||
|
|
||||||
go_import_path: github.com/coredns/coredns
|
go_import_path: github.com/coredns/coredns
|
||||||
|
|
||||||
git:
|
git:
|
||||||
|
|||||||
Reference in New Issue
Block a user