Merge pull request #69 from thaJeztah/test_go_versions

travis: add go 1.15
This commit is contained in:
Wei Fu
2020-09-14 21:16:33 +08:00
committed by GitHub

View File

@@ -3,6 +3,7 @@ language: go
go:
- "1.13.x"
- "1.15.x"
install:
# Don't change local go.{mod, sum} by go get tools.