aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGravatar Yong Tang <yong.tang.github@outlook.com> 2019-03-13 00:33:10 -0700
committerGravatar Miek Gieben <miek@miek.nl> 2019-03-13 07:33:10 +0000
commite9ed70cfbe511ccf165bc29652d9d3cb4279fe7d (patch)
tree78cf615b3bb5e079d37132ae5f9be1c46ee50c74
parentd652f72fa794b6417d46b305f7654f474387b510 (diff)
downloadcoredns-e9ed70cfbe511ccf165bc29652d9d3cb4279fe7d.tar.gz
coredns-e9ed70cfbe511ccf165bc29652d9d3cb4279fe7d.tar.zst
coredns-e9ed70cfbe511ccf165bc29652d9d3cb4279fe7d.zip
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>
-rw-r--r--.travis.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index 2f8180171..f4557de7a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -8,6 +8,10 @@ language: go
go:
- "1.12.x"
+cache:
+ directories:
+ - $GOPATH/pkg/mod
+
go_import_path: github.com/coredns/coredns
git: