Skip to content

Commit

Permalink
Use specific Ruby 2.3 version since Travis doesn't match 2.3
Browse files Browse the repository at this point in the history
  • Loading branch information
amarshall committed May 18, 2016
1 parent ab6f18f commit c999914
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -2,7 +2,7 @@ language: ruby
sudo: false

rvm:
- "2.3"
- "2.3.1"
- "2.2"
- "2.1"
- "2.0"
Expand All @@ -23,7 +23,6 @@ env:

matrix:
allow_failures:
- rvm: "2.3"
- env: ACTIVE_RECORD_BRANCH="master"
- env: ACTIVE_RECORD_BRANCH="4-2-stable"
- env: ACTIVE_RECORD_BRANCH="4-1-stable"
Expand Down

0 comments on commit c999914

Please sign in to comment.