.travis.yml in hexp-0.0.1 vs .travis.yml in hexp-0.2.0

- old
+ new

@@ -1,16 +1,25 @@ language: ruby before_install: gem install bundler bundler_args: --without yard guard benchmarks -script: "bundle exec rake ci:metrics" +script: "bundle exec rake ci:travis" rvm: - 1.9.2 - 1.9.3 - 2.0.0 - ruby-head - rbx-19mode - - jruby-19mode - - jruby-head +matrix: + include: + - rvm: jruby-19mode + env: JRUBY_OPTS="$JRUBY_OPTS --debug" + - rvm: jruby-head + env: JRUBY_OPTS="$JRUBY_OPTS --debug" + allow_failures: + - rvm: ruby-head + - rvm: rbx-19mode + - rvm: jruby-head + - rvm: jruby-19mode notifications: email: recipients: - arne@arnebrasseur.net on_success: never