From 191dc87794b4e397a0b0296e9183a8f113e6af6a Mon Sep 17 00:00:00 2001 From: Erik Michaels-Ober Date: Thu, 12 Jan 2012 15:43:18 -0800 Subject: [PATCH] Revert "Add back Rubinius support (only in 1.9 mode)" This reverts commit 2955bd36ecda16cd7eff7533c7e0707e79197127. --- .travis.yml | 1 - README.md | 3 --- 2 files changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 18e7d54..456b332 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,5 +3,4 @@ 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 0e57a9a..c67b574 100644 --- a/README.md +++ b/README.md @@ -75,9 +75,6 @@ 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.