Skip to content

Commit

Permalink
Use Active Record 5.2.0 final in Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nertzy committed Apr 15, 2018
1 parent 06b1e90 commit 1d53250
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ env:
- ACTIVE_RECORD_BRANCH="5-1-stable"
- ACTIVE_RECORD_BRANCH="5-0-stable"
- ACTIVE_RECORD_BRANCH="4-2-stable"
- ACTIVE_RECORD_VERSION="~> 5.2.0.beta2"
- ACTIVE_RECORD_VERSION="~> 5.2.0"
- ACTIVE_RECORD_VERSION="~> 5.1.0"
- ACTIVE_RECORD_VERSION="~> 5.0.0"
- ACTIVE_RECORD_VERSION="~> 4.2.9"
Expand All @@ -35,7 +35,7 @@ matrix:
- rvm: jruby-9.1.14.0
env: ACTIVE_RECORD_BRANCH="5-0-stable"
- rvm: jruby-9.1.14.0
env: ACTIVE_RECORD_VERSION="~> 5.2.0.beta2"
env: ACTIVE_RECORD_VERSION="~> 5.2.0"
- rvm: jruby-9.1.14.0
env: ACTIVE_RECORD_VERSION="~> 5.1.0"
- rvm: jruby-9.1.14.0
Expand Down

0 comments on commit 1d53250

Please sign in to comment.