Commit e9ed70cf authored by Yong Tang's avatar Yong Tang Committed by Miek Gieben

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

in order to speed up the go mod
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent d652f72f
...@@ -8,6 +8,10 @@ language: go ...@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment