Remove 1.7 and 1.8 from build matrix

They don't work with megacheck anymore. The source code and tests will
probably still pass, however.
This commit is contained in:
Kevin Burke
2018-07-11 09:47:46 -07:00
parent 4fcc689bee
commit 82cf3f9264
-2
View File
@@ -3,8 +3,6 @@ go_import_path: github.com/kevinburke/ssh_config
language: go
go:
- 1.7.x
- 1.8.x
- 1.9.x
- 1.10.x
- master