Skip to content

Commit a3ae19e

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 <santi@mola.io>
1 parent 67cb193 commit a3ae19e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
language: go
22

33
go:
4-
- 1.8
5-
- 1.9
4+
- 1.9.x
5+
- 1.10.x
66
- tip
77

88
matrix:

0 commit comments

Comments
 (0)