We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea37a2c commit 8960597Copy full SHA for 8960597
1 file changed
.travis.yml
@@ -3,8 +3,9 @@ language: go
3
sudo: false
4
5
go:
6
- - "1.11"
7
- - "1.12"
+ - 1.11.x
+ - 1.12.x
8
+ - 1.13.x
9
10
services:
11
- mysql
0 commit comments