Skip to content

Commit b93182e

Browse files
authored
Merge pull request #245 from smola/go-travis
ci: test Go 1.9.x, 1.10.x and tip
2 parents 39b5723 + 18b29db commit b93182e

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
@@ -2,7 +2,8 @@ language: go
22
sudo: required
33

44
go:
5-
- 1.9
5+
- "1.9.x"
6+
- "1.10.x"
67
- tip
78

89
services:

0 commit comments

Comments
 (0)