diff options
author | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-05 14:45:23 +0200 |
---|---|---|
committer | Alexandre Garand <alexandre.garand@fretlink.com> | 2019-07-05 15:03:41 +0200 |
commit | 51fc704d8156822db143291d55f0e22bb2d5484c (patch) | |
tree | 03131ea620b54433f2b70fc33bb45fcf2676ed98 /.travis.yml | |
parent | 065bf5d75bfd81d439ea42434463f796128d08f1 (diff) | |
download | terraform-provider-mailgun-51fc704d8156822db143291d55f0e22bb2d5484c.tar.gz terraform-provider-mailgun-51fc704d8156822db143291d55f0e22bb2d5484c.tar.zst terraform-provider-mailgun-51fc704d8156822db143291d55f0e22bb2d5484c.zip |
fix cache in travis files such as the makefile were wrongly included
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 72fe3c7..a20fc58 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -27,7 +27,6 @@ matrix: | |||
27 | 27 | ||
28 | cache: | 28 | cache: |
29 | directories: | 29 | directories: |
30 | - $GOPATH/src | ||
31 | - $HOME/.cache/go-build | 30 | - $HOME/.cache/go-build |
32 | - $HOME/gopath/pkg/mod | 31 | - $HOME/gopath/pkg/mod |
33 | 32 | ||