Allows Travis to fail on ruby-2.7

This commit is contained in:
erwanlr
2019-12-28 13:14:19 +00:00
parent 82d5af926f
commit ab052add27

View File

@@ -6,6 +6,9 @@ rvm:
- 2.5.7
- 2.6.5
- 2.7.0
matrix:
allow_failures:
- rvm: 2.7.0
script:
- bundle exec rubocop
- bundle exec rspec