We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4688f2f commit 4635739Copy full SHA for 4635739
.travis.yml
@@ -1,8 +1,9 @@
1
sudo: false
2
language: go
3
go:
4
- - 1.x
5
- - tip
+ - "1.10.x"
+ - "1.x"
6
+ - "tip"
7
matrix:
8
allow_failures:
9
- go: tip
0 commit comments