Skip to content

Commit

Permalink
Remove versions past EOL from .travis.yml
Browse files Browse the repository at this point in the history
Refs solidusio/solidus#2866 (comment)

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)
  • Loading branch information
jacobherrington authored and Jonathan Tapia committed Nov 26, 2018
1 parent 5edda31 commit 74d12e0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ rvm:
- 2.3.1
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
- SOLIDUS_BRANCH=v2.5 DB=postgres
- 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
Expand Down

0 comments on commit 74d12e0

Please sign in to comment.