Update .travis.yml

This commit is contained in:
Sun Yimin 2021-06-10 11:02:05 +08:00 committed by GitHub
parent dd13df8afb
commit 744438d45e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@ language: go
go:
- "1.14.x"
- "1.15.x"
- "1.16.x"
sudo: false
@ -10,6 +11,7 @@ os:
- linux
install:
- go mod tidy
- go mod download
script: