diff --git a/.travis.yml b/.travis.yml index 91a57f3a..df5e1adc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,9 @@ language: ruby bundler_args: "--binstubs --standalone --without documentation --path ../bundle" script: "bundle exec rake test" rvm: - - 2.3.7 - - 2.4.4 - - 2.5.1 + - 2.3.8 + - 2.4.5 + - 2.5.3 + - 2.6.1 notifications: email: false