.travis.yml in dry-auto_inject-0.6.0 vs .travis.yml in dry-auto_inject-0.6.1

- old
+ new

@@ -1,16 +1,19 @@ language: ruby cache: bundler bundler_args: --without tools -script: - - bundle exec rake after_success: - '[ -d coverage ] && bundle exec codeclimate-test-reporter' rvm: - - 2.5.3 + - 2.6.2 + - 2.5.5 - 2.4.5 - 2.3.8 - - jruby-9.2.4.1 + - jruby-9.2.6.0 + - truffleruby +matrix: + allow_failures: + - rvm: truffleruby env: global: - COVERAGE=true notifications: email: false