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 e47d01b commit 982b1fcCopy full SHA for 982b1fc
.travis.yml
@@ -1,8 +1,9 @@
1
language: go
2
3
go:
4
- - 1.7
5
- - 1.8
+ - 1.7.x
+ - 1.8.x
6
+ - 1.9.x
7
- tip
8
9
before_install: go get golang.org/x/tools/cmd/cover
0 commit comments