From 82cf3f92643814c75904bc4b01dd5721afa7bb89 Mon Sep 17 00:00:00 2001 From: Kevin Burke Date: Wed, 11 Jul 2018 09:47:46 -0700 Subject: [PATCH] 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. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 868519b..85a42cb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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