Skip to content

Commit 119ab63

Browse files
authored
Merge pull request #23 from dmitris/gomod
add 1.10.x travis build for verification
2 parents c613306 + 4635739 commit 119ab63

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
sudo: false
22
language: go
33
go:
4-
- 1.x
5-
- tip
4+
- "1.10.x"
5+
- "1.x"
6+
- "tip"
67
matrix:
78
allow_failures:
89
- go: tip

0 commit comments

Comments
 (0)