From 5c06aaaa572b84e119bf31b3a23e2cfc0c7223fc Mon Sep 17 00:00:00 2001 From: Klaas Jan Wierenga Date: Thu, 2 May 2013 12:49:05 +0200 Subject: [PATCH] Enable ruby 1.8.7 building on Travis. All specs should pass now on ruby 1.8.7. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index accae0f..b2beaa9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,7 +2,6 @@ script: bundle exec rake spec matrix: allow_failures: - - rvm: 1.8.7 - rvm: jruby - rvm: rbx - rvm: ree @@ -16,6 +15,7 @@ notifications: - http://dx-helper.herokuapp.com/travis rvm: + - 1.8.7 - 1.9.2 - 1.9.3 - 2.0.0