.travis.yml in dry-struct-0.7.0 vs .travis.yml in dry-struct-1.0.0

- old
+ new

@@ -6,12 +6,12 @@ - bundle exec rake spec after_success: - '[ -d coverage ] && bundle exec codeclimate-test-reporter' rvm: - 2.4.5 - - 2.5.3 - - 2.6.1 - - jruby-9.2.6.0 + - 2.5.5 + - 2.6.3 + - jruby-9.2.7.0 - truffleruby env: global: - COVERAGE=true - JRUBY_OPTS='--dev -J-Xmx1024M'