Add Go 1.13 to Travis-CI matrix

This commit is contained in:
Brendan C. Ward 2019-11-07 18:56:55 -08:00
parent e71e126fd5
commit 3668ce5de2

View File

@ -4,6 +4,7 @@ go:
- "1.10"
- "1.11"
- "1.12"
- "1.13"
- tip
matrix: