We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4583fbc commit 35b4b47Copy full SHA for 35b4b47
.travis.yml
@@ -3,9 +3,5 @@ before_install:
3
- go get golang.org/x/tools/cmd/cover
4
- go get github.com/stretchr/testify
5
go:
6
- - "1.7"
7
- - "1.8"
8
- - "1.9"
9
- - "1.10"
10
- - "tip"
+ - "1.13"
11
script: make test
0 commit comments