Skip to content

Commit

Permalink
Fix Travis build
Browse files Browse the repository at this point in the history
Mongoid 6.0 is not compatible with Ruby 3
  • Loading branch information
tagliala committed Feb 13, 2021
1 parent e437128 commit 6f97640
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,12 @@ jobs:
gemfile: gemfiles/csv_15.0.gemfile
- rvm: 3.0.0
gemfile: gemfiles/csv_16.0.gemfile
- rvm: 3.0.0
gemfile: gemfiles/mongoid_6.0.gemfile
- rvm: ruby-head
gemfile: gemfiles/csv_15.0.gemfile
- rvm: ruby-head
gemfile: gemfiles/csv_16.0.gemfile
- rvm: ruby-head
gemfile: gemfiles/mongoid_6.0.gemfile
fast_finish: true

0 comments on commit 6f97640

Please sign in to comment.