language: ruby dist: trusty sudo: required bundler_args: --without benchmarks tools script: - bundle exec rspec spec after_success: - "[ -d coverage ] && bundle exec codeclimate-test-reporter" rvm: - 2.4.5 - 2.5.5 - 2.6.3 - jruby-9.2.7.0 - truffleruby env: global: - COVERAGE=true - JRUBY_OPTS='--dev -J-Xmx1024M' matrix: include: - rvm: 2.7 allow_failures: - rvm: truffleruby notifications: email: false