travis.yml: test latest Go versions

Staticcheck only works going back to Go 1.13 so only test that far
back.
This commit is contained in:
Kevin Burke
2020-11-05 21:06:12 -08:00
parent 01f96b0aa0
commit 5a772a75fa
+4 -2
View File
@@ -1,10 +1,12 @@
go_import_path: github.com/kevinburke/ssh_config
language: go
dist: bionic
go:
- 1.11.x
- 1.12.x
- 1.13.x
- 1.14.x
- 1.15.x
- master
before_script: