Skip to content

Commit 37b334d

Browse files
committed
chore: upgrade travis config format
Signed-off-by: Bo-Yi Wu <[email protected]>
1 parent dc71752 commit 37b334d

File tree

1 file changed

+6
-11
lines changed

1 file changed

+6
-11
lines changed

.travis.yml

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,16 @@
11
language: go
2-
sudo: false
32

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:
3+
jobs:
134
fast_finish: true
145
include:
156
- go: 1.11.x
167
env: GO111MODULE=on
178
- go: 1.12.x
189
env: GO111MODULE=on
10+
- go: 1.13.x
11+
- go: 1.14.x
12+
- go: 1.15.x
13+
- go: master
1914

2015
install:
2116
- go get -d -t -v ./...
@@ -34,4 +29,4 @@ notifications:
3429
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
3530
on_success: change
3631
on_failure: always
37-
on_start: false
32+
on_start: never

0 commit comments

Comments
 (0)