--- language: ruby sudo: false cache: bundler bundler_args: --without tools script: "bundle exec rake ci" rvm: - 1.9.3 - 2.0 - 2.1 - 2.2 - 2.3.0 - ruby-head - jruby-19mode - jruby - rbx-2 env: global: - JRUBY_OPTS="-Xcli.debug=true --debug" matrix: allow_failures: - rvm: ruby-head - rvm: jruby-head fast_finish: true branches: only: master notifications: email: false