diff options
author | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-08-01 15:44:58 -0300 |
---|---|---|
committer | Rafael Mendonça França <rafaelmfranca@gmail.com> | 2013-08-01 15:45:41 -0300 |
commit | 1dcd18703cbce1a8bdad32b2d45b1c152983d8ea (patch) | |
tree | b3b821874c5f8fd9a659a3f7e56b5d1f4fdd5a77 | |
parent | d80a5cce88aca297ca489b90b62e2cc164c238f1 (diff) | |
download | rails-1dcd18703cbce1a8bdad32b2d45b1c152983d8ea.tar.gz rails-1dcd18703cbce1a8bdad32b2d45b1c152983d8ea.tar.bz2 rails-1dcd18703cbce1a8bdad32b2d45b1c152983d8ea.zip |
Enable rubinius on travis too
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index 3e7b6615de..7f5b2095e3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ rvm: - 1.9.3 - 2.0.0 - jruby-19mode + - rbx-19mode env: - "GEM=railties" - "GEM=ap,am,amo,as,av" @@ -15,6 +16,7 @@ env: matrix: allow_failures: - rvm: jruby-19mode + - rvm: rbx-19mode notifications: email: false irc: |