From 474591b3c1e124591e7c8b5cc8d7b49813dd32b1 Mon Sep 17 00:00:00 2001 From: mrloop Date: Mon, 26 Sep 2016 08:32:55 +0100 Subject: [PATCH] Remove rails 4.1 build env from travis Test suite passing for 5.0 and 4.2 but is failing on rails 4.1. 4.1 is [no longer officially supported](http://rubyonrails.org/security/) and [isn't supported by railslts](https://railslts.com/). No unpatched [secuirty vunrebilities reported](https://groups.google.com/forum/#!forum/rubyonrails-security) yet but it's just a matter of time. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3fec1cc42..e56771b4f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,6 @@ language: ruby sudo: false env: - - "RAILS_VERSION=4.1.0" - "RAILS_VERSION=4.2.6" - "RAILS_VERSION=5.0.0" rvm: @@ -13,4 +12,4 @@ matrix: - rvm: 2.0 env: "RAILS_VERSION=5.0.0" - rvm: 2.1 - env: "RAILS_VERSION=5.0.0" \ No newline at end of file + env: "RAILS_VERSION=5.0.0"