From 1a04219edd0cfe078b79585bbff77d34073fae05 Mon Sep 17 00:00:00 2001 From: Andy Lindeman Date: Sun, 5 Jan 2014 20:44:21 -0500 Subject: [PATCH] Removes 3-0-stable and 3-1-stable from the build matrix As far as I can tell, these versions will never have new releases. --- .travis.yml | 28 +++++++++++----------------- 1 file changed, 11 insertions(+), 17 deletions(-) diff --git a/.travis.yml b/.travis.yml index 0617c712b4..275a186476 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,45 +2,39 @@ script: "bin/rake --trace 2>&1" bundler_args: "--binstubs --without documentation" before_install: gem install bundler rvm: - - 1.8.7 - - 1.9.2 - - 1.9.3 - - 2.0.0 - 2.1.0 + - 2.0.0 + - 1.9.3 + - 1.9.2 + - 1.8.7 env: + - RAILS_VERSION=master - RAILS_VERSION=4.0.2 + - RAILS_VERSION=4-0-stable - RAILS_VERSION=3.2.16 + - RAILS_VERSION=3-2-stable - RAILS_VERSION=3.1.12 - RAILS_VERSION=3.0.20 - - RAILS_VERSION=4-0-stable - - RAILS_VERSION=3-2-stable - - RAILS_VERSION=3-1-stable - - RAILS_VERSION=3-0-stable - - RAILS_VERSION=master matrix: exclude: # 3.0.x is not supported on MRI 2.0.0 - rvm: 2.0.0 env: RAILS_VERSION=3.0.20 - - rvm: 2.0.0 - env: RAILS_VERSION=3-0-stable - rvm: 2.1.0 env: RAILS_VERSION=3.0.20 - - rvm: 2.1.0 - env: RAILS_VERSION=3-0-stable # 4.0.x is not supported on MRI 1.8.7 or 1.9.2 - rvm: 1.8.7 env: RAILS_VERSION=master - rvm: 1.9.2 env: RAILS_VERSION=master - - rvm: 1.8.7 - env: RAILS_VERSION=4-0-stable - - rvm: 1.9.2 - env: RAILS_VERSION=4-0-stable - rvm: 1.8.7 env: RAILS_VERSION=4.0.2 - rvm: 1.9.2 env: RAILS_VERSION=4.0.2 + - rvm: 1.8.7 + env: RAILS_VERSION=4-0-stable + - rvm: 1.9.2 + env: RAILS_VERSION=4-0-stable allow_failures: - env: RAILS_VERSION=master before_install: