diff options
Diffstat (limited to '.travis.yml')
-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 |