Skip to content

Commit 979ea59

Browse files
authored
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
1 parent aa77c03 commit 979ea59

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ addons:
99
update: true
1010

1111
go:
12-
- 1.9.x
13-
- 1.10.x
14-
- 1.11.x
15-
- 1.12.x
12+
- 1.14.x
13+
- tip
1614
- 1.13.x
17-
- master
15+
- 1.12.x
16+
- 1.11.x
17+
- 1.10.x
18+
- 1.9.x
1819

1920
before_install:
2021
- |

0 commit comments

Comments
 (0)