.travis.yml add go1.15 and remove go1.13

This commit is contained in:
fatedier 2020-11-06 15:49:03 +08:00
parent c3b7575453
commit 191da54980
1 changed files with 1 additions and 1 deletions

View File

@ -2,8 +2,8 @@ sudo: false
language: go language: go
go: go:
- 1.13.x
- 1.14.x - 1.14.x
- 1.15.x
install: install:
- make - make