mirror of
https://github.com/wavetermdev/ssh_config.git
synced 2026-08-05 13:43:40 -07:00
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:
+4
-2
@@ -1,10 +1,12 @@
|
|||||||
go_import_path: github.com/kevinburke/ssh_config
|
go_import_path: github.com/kevinburke/ssh_config
|
||||||
|
|
||||||
language: go
|
language: go
|
||||||
|
dist: bionic
|
||||||
|
|
||||||
go:
|
go:
|
||||||
- 1.11.x
|
- 1.13.x
|
||||||
- 1.12.x
|
- 1.14.x
|
||||||
|
- 1.15.x
|
||||||
- master
|
- master
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user