language: ruby dist: trusty sudo: required cache: bundler bundler_args: --without benchmarks tools after_success: - '[ "$TRAVIS_RUBY_VERSION" = "2.3.1" ] && [ "$TRAVIS_BRANCH" = "master" ] && bundle exec codeclimate-test-reporter' script: - bundle exec rake rvm: - 2.1 - 2.2 - 2.3 - jruby-9.1.5.0 - rbx-3 env: global: - COVERAGE=true - JRUBY_OPTS='--dev -J-Xmx1024M' matrix: allow_failures: - rvm: rbx-3 notifications: email: false webhooks: urls: - https://webhooks.gitter.im/e/19098b4253a72c9796db on_success: change # options: [always|never|change] default: always on_failure: always # options: [always|never|change] default: always on_start: false # default: false