Skip to content

Commit 2967b10

Browse files
AlekSigaryburd
authored andcommitted
Use latest patch releases of Go
1 parent 8fbc40b commit 2967b10

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,12 @@ sudo: false
33

44
matrix:
55
include:
6-
- go: 1.4
7-
- go: 1.5
8-
- go: 1.6
9-
- go: 1.7
10-
- go: 1.8
11-
- go: 1.9
6+
- go: 1.4.x
7+
- go: 1.5.x
8+
- go: 1.6.x
9+
- go: 1.7.x
10+
- go: 1.8.x
11+
- go: 1.9.x
1212
- go: tip
1313
allow_failures:
1414
- go: tip

0 commit comments

Comments
 (0)