diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-04 17:39:49 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-04 18:17:33 +0200 |
commit | 12576b10aba194440c9c2e1c071a18888ffb107c (patch) | |
tree | 72f571ca82f0905e15c4304eca527cbf557ae80f | |
parent | 7c735cfa47853c88a53753173ccf56e364295f27 (diff) | |
download | terraform-provider-mailgun-12576b10aba194440c9c2e1c071a18888ffb107c.tar.gz terraform-provider-mailgun-12576b10aba194440c9c2e1c071a18888ffb107c.tar.zst terraform-provider-mailgun-12576b10aba194440c9c2e1c071a18888ffb107c.zip |
cache gopath in travis
-rw-r--r-- | .travis.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 8054364..772e140 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -22,5 +22,12 @@ matrix: | |||
22 | fast_finish: true | 22 | fast_finish: true |
23 | allow_failures: | 23 | allow_failures: |
24 | - go: tip | 24 | - go: tip |
25 | |||
26 | cache: | ||
27 | directories: | ||
28 | - $GOPATH/src | ||
29 | - $HOME/.cache/go-build | ||
30 | - $HOME/gopath/pkg/mod | ||
31 | |||
25 | env: | 32 | env: |
26 | GO111MODULE=on | 33 | GO111MODULE=on |