Skip to content

Commit 1168b3b

Browse files
Jeremy Gustinenertzy
authored andcommitted
Exclude Ruby 2.4 / Active Record 4.2 from Travis for now
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 <ghutchins@pivotal.io>
1 parent 4d1682a commit 1168b3b

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ env:
1717

1818
matrix:
1919
allow_failures:
20+
- rvm: "2.4.0"
21+
env: ACTIVE_RECORD_VERSION="~> 4.2.0"
2022
- env: ACTIVE_RECORD_BRANCH="master"
2123
- env: ACTIVE_RECORD_BRANCH="5-0-stable"
2224
- env: ACTIVE_RECORD_BRANCH="4-2-stable"

0 commit comments

Comments
 (0)