--- sudo: false language: ruby rvm: - "2.2" - "2.1" - 2.0.0 - ruby-head - jruby-head - jruby-9.0.0.0.pre1 - rbx-2 matrix: allow_failures: - rvm: rbx-2 - rvm: jruby-head - rvm: jruby-9.0.0.0.pre1 - rvm: ruby-head gemfile: - Gemfile before_script: - | case "${TRAVIS_RUBY_VERSION}" in rbx*) gem install psych ;; esac - rake travis:before -t script: rake travis after_script: - rake travis:after -t notifications: email: recipients: - aziegler@kineticcafe.com on_success: change on_failure: always