Skip to content

Commit 8960597

Browse files
committed
Add go 1.13 to travis, use latest release of each go version
1 parent ea37a2c commit 8960597

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,9 @@ language: go
33
sudo: false
44

55
go:
6-
- "1.11"
7-
- "1.12"
6+
- 1.11.x
7+
- 1.12.x
8+
- 1.13.x
89

910
services:
1011
- mysql

0 commit comments

Comments
 (0)