Skip to content

Commit 6c1026a

Browse files
authored
Merge pull request #188 from andyxning/support_go_1.10_in_travis_ci
support go 1.10 in travis ci
2 parents 2ad4475 + 6160653 commit 6c1026a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ sudo: required
44
dist: trusty
55
language: go
66
go:
7-
- 1.8
87
- 1.9
8+
- "1.10"
99
services:
1010
- docker
1111
before_install:

0 commit comments

Comments
 (0)