diff options
author | 2019-03-13 00:33:10 -0700 | |
---|---|---|
committer | 2019-03-13 07:33:10 +0000 | |
commit | e9ed70cfbe511ccf165bc29652d9d3cb4279fe7d (patch) | |
tree | 78cf615b3bb5e079d37132ae5f9be1c46ee50c74 | |
parent | d652f72fa794b6417d46b305f7654f474387b510 (diff) | |
download | coredns-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.yml | 4 |
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: |