We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a610c52 commit 4faff38Copy full SHA for 4faff38
.travis.yml
@@ -2,6 +2,6 @@ language: go
2
script: go test -v .
3
sudo: false
4
go:
5
- - 1.9
6
- - 1.10
+ - "1.9"
+ - "1.10"
7
- tip
0 commit comments