language: ruby cache: bundler bundler_args: --without tools script: - bundle exec rake after_success: - '[ -d coverage ] && bundle exec codeclimate-test-reporter' rvm: - 2.5.0 - 2.4.3 - 2.3.6 - jruby-9.1.10.0 env: global: - COVERAGE=true 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