diff --git a/.travis.yml b/.travis.yml index 4c5a5bb..456dd78 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ ---- language: ruby -cache: bundler -rvm: - - 2.7.1 -before_install: gem install bundler -v 2.1.4 +rvm: 2.7 +script: bundle exec rake test +notifications: + email: + on_success: never + on_failure: change \ No newline at end of file