From 4a7f9363539d2023684de2c7ae01935ecc0e4b79 Mon Sep 17 00:00:00 2001 From: jacob Date: Tue, 25 Sep 2018 11:38:52 -0500 Subject: [PATCH] Remove versions past EOL from .travis.yml Refs https://github.com/solidusio/solidus/issues/2866#issuecomment-424385411 There is no reason to invest resources in testing extensions against Solidus versions that have passed EOL. [Solidus Version Maintenance/EOL policy](https://solidus.io/blog/2018/01/04/maintenance-eol-policy.html) --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a0687994..c618ff33 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,7 +3,6 @@ cache: bundler language: ruby env: matrix : - - SOLIDUS_BRANCH=v2.1 DB=postgres - SOLIDUS_BRANCH=v2.2 DB=postgres - SOLIDUS_BRANCH=v2.3 DB=postgres - SOLIDUS_BRANCH=v2.4 DB=postgres @@ -11,7 +10,6 @@ env: - SOLIDUS_BRANCH=v2.6 DB=postgres - SOLIDUS_BRANCH=v2.7 DB=postgres - SOLIDUS_BRANCH=master DB=postgres - - SOLIDUS_BRANCH=v2.1 DB=mysql - SOLIDUS_BRANCH=v2.2 DB=mysql - SOLIDUS_BRANCH=v2.3 DB=mysql - SOLIDUS_BRANCH=v2.4 DB=mysql