.travis.yml in onebox-1.9.5 vs .travis.yml in onebox-1.9.6

- old
+ new

@@ -1,17 +1,17 @@ language: ruby sudo: false rvm: - - 2.3 - 2.4 - 2.5 + - 2.6 notifications: email: on_success: change on_failure: change script: - bundle exec rubocop - bundle exec rspec cache: bundler: true before_install: - - gem install bundler \ No newline at end of file + - gem install bundler