Skip to content

Commit b57cb16

Browse files
authored
[build] Update Go versions; add 1.10.x (#364)
1 parent 94231ff commit b57cb16

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

+6-5
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,12 @@ sudo: false
33

44
matrix:
55
include:
6-
- go: 1.5
7-
- go: 1.6
8-
- go: 1.7
9-
- go: 1.8
10-
- go: 1.9
6+
- go: 1.5.x
7+
- go: 1.6.x
8+
- go: 1.7.x
9+
- go: 1.8.x
10+
- go: 1.9.x
11+
- go: 1.10.x
1112
- go: tip
1213
allow_failures:
1314
- go: tip

0 commit comments

Comments
 (0)