Travis-CI: add Go 1.14.x, change order of Go versions (#830)
Changes in Go versions for the Travis-CI builds: - reverse order of Go versions so the latest ones are checked first - add Go 1.14.x (latest stable) at the first position - use 'tip' instead of 'master' (like https://tip.golang.org) and move it just after 1.14.x
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -9,12 +9,13 @@ addons:
|
|||||||
update: true
|
update: true
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.9.x
|
- 1.14.x
|
||||||
- 1.10.x
|
- tip
|
||||||
- 1.11.x
|
|
||||||
- 1.12.x
|
|
||||||
- 1.13.x
|
- 1.13.x
|
||||||
- master
|
- 1.12.x
|
||||||
|
- 1.11.x
|
||||||
|
- 1.10.x
|
||||||
|
- 1.9.x
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- |
|
- |
|
||||||
|
|||||||
Reference in New Issue
Block a user