Skip to content

Commit

Permalink
Exclude Ruby 2.4 / Active Record 4.2 from Travis for now
Browse files Browse the repository at this point in the history
The currently released version fails because of a version of the json
gem that is incompatible with Ruby 2.4. We will add this back once an
updated version of Active Record 4.2 is released.

Signed-off-by: Grant Hutchins <[email protected]>
  • Loading branch information
Jeremy Gustine authored and nertzy committed Jan 3, 2017
1 parent 4d1682a commit 1168b3b
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 @@ -17,6 +17,8 @@ env:

matrix:
allow_failures:
- rvm: "2.4.0"
env: ACTIVE_RECORD_VERSION="~> 4.2.0"
- env: ACTIVE_RECORD_BRANCH="master"
- env: ACTIVE_RECORD_BRANCH="5-0-stable"
- env: ACTIVE_RECORD_BRANCH="4-2-stable"
Expand Down

0 comments on commit 1168b3b

Please sign in to comment.