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 52c6e14 commit bf1c66bCopy full SHA for bf1c66b
.travis.yml
@@ -1,3 +1,8 @@
1
language: go
2
-go: 1.7
+go:
3
+ - 1.7.x
4
+ - 1.8.x
5
+ - 1.9.x
6
+ - 1.10.x
7
+ - 1.11.x
8
script: go test -v ./.
0 commit comments