Skip to content

Commit

Permalink
Reconfigure Travis CI as ActiveModel 4.2, 5.0 and 5.1 work fine with …
Browse files Browse the repository at this point in the history
…Ruby 2.6
  • Loading branch information
gael-ian committed Apr 10, 2020
1 parent ca58fba commit b01c07e
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,21 +21,15 @@ matrix:
gemfile: gemfiles/activemodel_6.0.gemfile

allow_failures:
# ActiveModel 4.2 unknown support for Ruby 2.6+
- rvm: 2.6
gemfile: gemfiles/activemodel_4.2.gemfile
# ActiveModel 4.2 unknown support for Ruby 2.7+
- rvm: 2.7
gemfile: gemfiles/activemodel_4.2.gemfile

# ActiveModel 5.0 unknown support for Ruby 2.6+
- rvm: 2.6
gemfile: gemfiles/activemodel_5.0.gemfile
# ActiveModel 5.0 unknown support for Ruby 2.7+
- rvm: 2.7
gemfile: gemfiles/activemodel_5.0.gemfile

# ActiveModel 5.1 unknown support for Ruby 2.6+
- rvm: 2.6
gemfile: gemfiles/activemodel_5.1.gemfile
# ActiveModel 5.1 unknown support for Ruby 2.7+
- rvm: 2.7
gemfile: gemfiles/activemodel_5.1.gemfile

Expand Down

0 comments on commit b01c07e

Please sign in to comment.