Skip to content
This repository has been archived by the owner on Nov 12, 2019. It is now read-only.

Commit

Permalink
Merge pull request #31 from activerecord-hackery/ruby_2.5
Browse files Browse the repository at this point in the history
adds Ruby 2.5 support to Travis
  • Loading branch information
scarroll32 authored Dec 29, 2017
2 parents feeabbf + 8a7dca6 commit 66142a7
Showing 1 changed file with 20 additions and 12 deletions.
32 changes: 20 additions & 12 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ before_install:
- travis_retry gem install bundler

rvm:
- 2.4.2
- 2.3.5
- 2.2.8
- 2.5.0
- 2.4.3
- 2.3.6
- 2.2.9

env:
- RAILS=4-2-stable AREL=6-0-stable DB=sqlite
Expand All @@ -24,25 +25,32 @@ env:

matrix:
include:
- rvm: 2.4.2
- rvm: 2.5.0
env: RAILS=master DB=sqlite3
- rvm: 2.4.2
- rvm: 2.5.0
env: RAILS=master DB=mysql
- rvm: 2.4.2
- rvm: 2.5.0
env: RAILS=master DB=postgres

- rvm: 2.3.5
- rvm: 2.4.3
env: RAILS=master DB=sqlite3
- rvm: 2.3.5
- rvm: 2.4.3
env: RAILS=master DB=mysql
- rvm: 2.3.5
- rvm: 2.4.3
env: RAILS=master DB=postgres

- rvm: 2.2.8
- rvm: 2.3.6
env: RAILS=master DB=sqlite3
- rvm: 2.2.8
- rvm: 2.3.6
env: RAILS=master DB=mysql
- rvm: 2.2.8
- rvm: 2.3.6
env: RAILS=master DB=postgres

- rvm: 2.2.9
env: RAILS=master DB=sqlite3
- rvm: 2.2.9
env: RAILS=master DB=mysql
- rvm: 2.2.9
env: RAILS=master DB=postgres

before_script:
Expand Down

0 comments on commit 66142a7

Please sign in to comment.