Skip to content

Commit

Permalink
Allow failure for ActiveSupport 4.2 on ruby 2.7
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin-Nyaga committed Mar 10, 2021
1 parent 69e2fb8 commit c5ad955
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ matrix:
env: ACTIVE_RECORD_VERSION=4.0.0 SQLITE3_VERSION=1.3.13
- rvm: 2.7
env: ACTIVE_RECORD_VERSION=4.1.0 SQLITE3_VERSION=1.3.13
- rvm: 2.7
env: ACTIVE_RECORD_VERSION=4.2.0 SQLITE3_VERSION=1.3.13
- rvm: 2.4
env: ACTIVE_RECORD_VERSION=6.0.0
before_install:
Expand Down

0 comments on commit c5ad955

Please sign in to comment.