chore: upgrade travis config format

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
This commit is contained in:
Bo-Yi Wu 2020-09-16 16:04:30 +08:00
parent 31fb0c56a3
commit d45d9a37d2
1 changed files with 6 additions and 10 deletions

View File

@ -1,20 +1,16 @@
language: go language: go
sudo: false
go: jobs:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.15.x
- master
matrix:
fast_finish: true fast_finish: true
include: include:
- go: 1.11.x - go: 1.11.x
env: GO111MODULE=on env: GO111MODULE=on
- go: 1.12.x - go: 1.12.x
env: GO111MODULE=on env: GO111MODULE=on
- go: 1.13.x
- go: 1.14.x
- go: 1.15.x
- go: master
install: install:
- go get -t -v -d - go get -t -v -d
@ -33,4 +29,4 @@ notifications:
- https://webhooks.gitter.im/e/acc2c57482e94b44f557 - https://webhooks.gitter.im/e/acc2c57482e94b44f557
on_success: change on_success: change
on_failure: always on_failure: always
on_start: false on_start: never