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
commit bfba540dc4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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.