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 dc71752 commit 37b334dCopy full SHA for 37b334d
.travis.yml
@@ -1,21 +1,16 @@
1
language: go
2
-sudo: false
3
4
-go:
5
- - 1.11.x
6
- - 1.12.x
7
- - 1.13.x
8
- - 1.14.x
9
- - 1.15.x
10
- - master
11
-
12
-matrix:
+jobs:
13
fast_finish: true
14
include:
15
- go: 1.11.x
16
env: GO111MODULE=on
17
- go: 1.12.x
18
+ - go: 1.13.x
+ - go: 1.14.x
+ - go: 1.15.x
+ - go: master
19
20
install:
21
- go get -d -t -v ./...
@@ -34,4 +29,4 @@ notifications:
34
29
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
35
30
on_success: change
36
31
on_failure: always
37
- on_start: false
32
+ on_start: never
0 commit comments