Skip to content

Commit f37d158

Browse files
committed
Travis config: add Go 1.10.x, revert 1.4.x to 1.4
1.4.x is missing go vet
1 parent 2967b10 commit f37d158

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,12 +3,13 @@ sudo: false
33

44
matrix:
55
include:
6-
- go: 1.4.x
6+
- go: 1.4
77
- go: 1.5.x
88
- go: 1.6.x
99
- go: 1.7.x
1010
- go: 1.8.x
1111
- go: 1.9.x
12+
- go: 1.10.x
1213
- go: tip
1314
allow_failures:
1415
- go: tip

0 commit comments

Comments
 (0)