aboutsummaryrefslogtreecommitdiffhomepage
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 82f7e25..a20fc58 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -18,6 +18,7 @@ script:
18- make test 18- make test
19- make vet 19- make vet
20- make website-test 20- make website-test
21- make shellcheck
21 22
22matrix: 23matrix:
23 fast_finish: true 24 fast_finish: true
@@ -26,7 +27,6 @@ matrix:
26 27
27cache: 28cache:
28 directories: 29 directories:
29 - $GOPATH/src
30 - $HOME/.cache/go-build 30 - $HOME/.cache/go-build
31 - $HOME/gopath/pkg/mod 31 - $HOME/gopath/pkg/mod
32 32