From 555dfcb98d2e30170d17f28b955c398c8c1d86c5 Mon Sep 17 00:00:00 2001 From: Sai Cheemalapati Date: Fri, 20 Jan 2017 10:42:48 -0800 Subject: [PATCH] Remove unsupported build matrix entry in Travis (#519) Rails 4.2.0 no longer supports Ruby 2.0.0, so this commit excludes it from Travis builds. --- .travis.yml | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 57023b0cd..e91da1e43 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,19 +2,23 @@ language: ruby rvm: - 2.3.0 - 2.2 - - 2.0.0 - 2.1 + - 2.0.0 - jruby-9000 env: - RAILS_VERSION="~>3.2" - RAILS_VERSION="~>4.0.0" - RAILS_VERSION="~>4.1.0" - RAILS_VERSION="~>4.2.0" +matrix: + exclude: + - rvm: 2.0.0 + env: RAILS_VERSION="~>4.2.0" script: "bundle exec rake spec:all" before_install: - - sudo apt-get update - - sudo apt-get install idn - - gem update bundler + - sudo apt-get update + - sudo apt-get install idn + - gem update bundler notifications: email: recipients: