Skip to content

Commit

Permalink
Update travis config
Browse files Browse the repository at this point in the history
  • Loading branch information
xuri committed Aug 19, 2021
1 parent 3cffd61 commit 8ddad1a
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ before_install:
- beanstalkd -l 127.0.0.1 -p 11300 &

go:
- 1.10.x
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.16.x
- 1.17.x

env:
jobs:
Expand All @@ -33,4 +30,4 @@ script:
- go test -v -coverprofile=coverage.txt -covermode=atomic

after_success:
- bash <(curl -s https://codecov.io/bash)
- bash <(curl -s https://codecov.io/bash)

0 comments on commit 8ddad1a

Please sign in to comment.