.travis.yml in rspec-autotest-1.0.0.rc1 vs .travis.yml in rspec-autotest-1.0.0.rc2

- old
+ new

@@ -1,23 +1,27 @@ language: ruby script: "script/test_all 2>&1" bundler_args: "--standalone --binstubs" rvm: - 1.8.7 + - ree - 1.9.2 - 1.9.3 - 2.0.0 - - 2.1.0 - - 2.1.1 - 2.1.2 - - ree - jruby-18mode - - jruby + - jruby-19mode - rbx + - rbx-head + - jruby-head + - ruby-head env: - RSPEC_BRANCH=master - RSPEC_BRANCH=2-99-maintenance matrix: allow_failures: - rvm: rbx + - rvm: jruby-head + - rvm: rbx-head + - rvm: ruby-head fast_finish: true