Skip to content

Commit

Permalink
chore: upgrade travis config format
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Sep 16, 2020
1 parent b0f455f commit 666a730
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
@@ -1,21 +1,16 @@
language: go
sudo: false

go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- master

matrix:
jobs:
fast_finish: true
include:
- go: 1.11.x
env: GO111MODULE=on
- go: 1.12.x
env: GO111MODULE=on
- go: 1.13.x
- go: 1.14.x
- go: 1.15.x
- go: master

install:
- make install
Expand All @@ -36,4 +31,4 @@ notifications:
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
on_success: change
on_failure: always
on_start: false
on_start: never

0 comments on commit 666a730

Please sign in to comment.