Skip to content

Commit

Permalink
PMM-6213 Remove go 1.13 from travis. (percona#46)
Browse files Browse the repository at this point in the history
* PMM-6213 Remove go 1.13 from travis.

* PMM-6213 Add go 1.15.x

* PMM-6213 Add go tip.
  • Loading branch information
askomorokhov authored and mprokopov committed Jul 9, 2024
1 parent d5709aa commit 2336521
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,13 @@ services:
- docker

go:
- 1.13.x
- 1.14.x
- master
- tip

matrix:
fast_finish: true
allow_failures:
- go: master
- go: tip

# skip non-trunk PMM-XXXX branch builds, but still build pull requests
branches:
Expand Down

0 comments on commit 2336521

Please sign in to comment.