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
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