From 2955bd36ecda16cd7eff7533c7e0707e79197127 Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Tue, 3 Jan 2012 18:20:05 -0800 Subject: [PATCH] Add back Rubinius support (only in 1.9 mode) --- .travis.yml | 1 + README.md | 3 +++ 2 files changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 456b332..18e7d54 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,4 +3,5 @@ script: "bundle exec rake db:create db:migrate test" rvm: - 1.9.2 - 1.9.3 + - rbx-19mode env: "RAILS_ENV=test" diff --git a/README.md b/README.md index c67b574..0e57a9a 100644 --- a/README.md +++ b/README.md @@ -75,6 +75,9 @@ implementations: * Ruby 1.9.2 * Ruby 1.9.3 +* [Rubinius][] (in 1.9 mode) + +[rubinius]: http://rubini.us/ If something doesn't work on one of these interpreters, it should be considered a bug.