language: ruby script: "script/test_all 2>&1" bundler_args: "--standalone --binstubs" before_install: - gem update --system - gem update bundler rvm: - 1.8.7 - ree - 1.9.2 - 1.9.3 - 2.0.0 - 2.1 - 2.2 - 2.3 - jruby-18mode - jruby-19mode - rbx-2 - rbx-head - jruby-head - ruby-head env: - RSPEC_BRANCH=master - RSPEC_BRANCH=2-99-maintenance matrix: allow_failures: - rvm: rbx-2 - rvm: jruby-head - rvm: rbx-head - rvm: ruby-head fast_finish: true