Commit fddf6a98 by Jon Yurek

Merge pull request #1089 from frodsan/rbx_is_love

Allow rbx to fail in 1.9 mode
parents d1920aab 4d203526
......@@ -2,6 +2,7 @@ rvm:
- 1.9.2
- 1.9.3
- jruby-19mode
- rbx-19mode
before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script: "bundle exec rake clean test cucumber"
......@@ -14,3 +15,4 @@ gemfile:
matrix:
allow_failures:
- rvm: jruby-19mode
- rvm: rbx-19mode
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment