From 3a75dae22f9b1eea67df1641fe7d08ff81047d06 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Thu, 20 Aug 2015 12:45:32 +0200 Subject: [PATCH] Travis-ci: Ruby 2.2.3 for exclusions and allowed failures --- .travis.yml | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/.travis.yml b/.travis.yml index 557c4f7..162c151 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,28 +35,28 @@ env: matrix: include: - - rvm: 2.2 + - rvm: 2.2.3 env: RAILS=master DB=sqlite3 - - rvm: 2.2 + - rvm: 2.2.3 env: RAILS=master DB=mysql - - rvm: 2.2 + - rvm: 2.2.3 env: RAILS=master DB=postgres exclude: - - rvm: 2.2 + - rvm: 2.2.3 env: RAILS=3-1-stable DB=sqlite - - rvm: 2.2 + - rvm: 2.2.3 env: RAILS=3-1-stable DB=mysql - - rvm: 2.2 + - rvm: 2.2.3 env: RAILS=3-1-stable DB=postgres allow_failures: - env: RAILS=master DB=sqlite3 - env: RAILS=master DB=mysql - env: RAILS=master DB=postgres - - rvm: 2.2 + - rvm: 2.2.3 env: RAILS=3-2-stable DB=sqlite - - rvm: 2.2 + - rvm: 2.2.3 env: RAILS=3-2-stable DB=mysql - - rvm: 2.2 + - rvm: 2.2.3 env: RAILS=3-2-stable DB=postgres before_script: