aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--.travis.yml7
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
26cache:
27 directories:
28 - $GOPATH/src
29 - $HOME/.cache/go-build
30 - $HOME/gopath/pkg/mod
31
25env: 32env:
26 GO111MODULE=on 33 GO111MODULE=on