From 0acddb812ed3fbd5e10a9fbcea7f84cb6ff85dd5 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Mon, 22 Sep 2014 21:17:15 +0200 Subject: [PATCH] Update Travis-CI to test with Rails master (4.2.0) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Will likely not pass with Ruby 1.9 and we’ll have to add an allow_failures exception… --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3a72f3f..cadea22 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,9 @@ rvm: - 1.9 env: + - RAILS=master DB=sqlite3 + - RAILS=master DB=mysql + - RAILS=master DB=postgres - RAILS=4-1-stable DB=sqlite3 - RAILS=4-1-stable DB=mysql - RAILS=4-1-stable DB=postgres