We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2eff24b commit 18e9fffCopy full SHA for 18e9fff
.travis.yml
@@ -3,6 +3,10 @@ go:
3
- "1.12"
4
env:
5
- GO111MODULE=on
6
+cache:
7
+ directories:
8
+ - $HOME/.cache/go-build
9
+ - $HOME/gopath/pkg/mod
10
script:
11
- make test
12
- make clean
0 commit comments