Skip to content

Commit

Permalink
chore: update travis
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 8, 2020
1 parent c43bb15 commit 88812e7
Showing 1 changed file with 6 additions and 11 deletions.
17 changes: 6 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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

script:
- go test -v -covermode=atomic -coverprofile=coverage.out
Expand All @@ -29,4 +24,4 @@ notifications:
- https://webhooks.gitter.im/e/acc2c57482e94b44f557
on_success: change
on_failure: always
on_start: false
on_start: never

0 comments on commit 88812e7

Please sign in to comment.