.travis.yml in pastel-0.6.1 vs .travis.yml in pastel-0.7.0

- old
+ new

@@ -4,21 +4,22 @@ cache: bundler bundler_args: --without yard benchmarks script: "bundle exec rake ci" rvm: - 1.9.3 - - 2.0 - - 2.1 - - 2.2 - - rbx-2 - - jruby-19mode - - jruby + - 2.0.0 + - 2.1.10 + - 2.2.5 + - 2.3.1 + - jruby-9000 - jruby-head - ruby-head + - rbx-2 matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head + - rvm: rbx-2 fast_finish: true branches: only: master notifications: email: false