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 06f98e9 commit 618be92Copy full SHA for 618be92
.travis.yml
@@ -16,15 +16,22 @@ jobs:
16
- $HOME/.cache/go-build
17
- $HOME/gopath/pkg/mod
18
19
+ - os: linux
20
+ go: "1.15.x"
21
+ cache:
22
+ directories:
23
+ - $HOME/.cache/go-build
24
+ - $HOME/gopath/pkg/mod
25
+
26
- os: osx
- go: "1.14.x"
27
28
cache:
29
directories:
30
- $HOME/Library/Caches/go-build
31
32
33
- os: windows
34
35
36
37
- $USERPROFILE/AppData/Local/go-build
0 commit comments