Configure travis.yml

This commit is contained in:
kojix2 2020-07-29 11:55:11 +09:00
parent 0b72cef7b9
commit f35ee1fdb5

View File

@ -1,6 +1,7 @@
---
language: ruby language: ruby
cache: bundler rvm: 2.7
rvm: script: bundle exec rake test
- 2.7.1 notifications:
before_install: gem install bundler -v 2.1.4 email:
on_success: never
on_failure: change