language: ruby sudo: false cache: bundler rvm: - 2.5 - 2.6 - 2.7 - jruby matrix: allow_failures: - rvm: jruby-9.0.0.0 fast_finish: true script: script/ci before_install: - gem update --system - gem update bundler services: - redis-server branches: except: - /^v[0-9]/ notifications: email: false webhooks: urls: - https://lita-freenode.herokuapp.com/travis