Commit 4d203526 by Francesco Rodriguez

Allow rbx to fail in 1.9 mode

parent d1920aab
...@@ -2,6 +2,7 @@ rvm: ...@@ -2,6 +2,7 @@ rvm:
- 1.9.2 - 1.9.2
- 1.9.3 - 1.9.3
- jruby-19mode - jruby-19mode
- rbx-19mode
before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true" before_script: "sudo ntpdate -ub ntp.ubuntu.com pool.ntp.org; true"
script: "bundle exec rake clean test cucumber" script: "bundle exec rake clean test cucumber"
...@@ -14,3 +15,4 @@ gemfile: ...@@ -14,3 +15,4 @@ gemfile:
matrix: matrix:
allow_failures: allow_failures:
- rvm: jruby-19mode - 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