Skip to content

Commit 18b29db

Browse files
committed
ci: test Go 1.9.x, 1.10.x and tip
More info: https://github.com/src-d/guide/blob/master/engineering/conventions-go.md Signed-off-by: Santiago M. Mola <[email protected]>
1 parent 0bd1c13 commit 18b29db

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)