mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Add Rails 5-0-stable tests to Travis CI
This commit is contained in:
parent
7f4f37fab7
commit
ce9c3ce521
1 changed files with 14 additions and 0 deletions
14
.travis.yml
14
.travis.yml
|
@ -32,6 +32,20 @@ env:
|
|||
|
||||
matrix:
|
||||
include:
|
||||
- rvm: 2.3.1
|
||||
env: RAILS=5-0-stable DB=sqlite3
|
||||
- rvm: 2.3.1
|
||||
env: RAILS=5-0-stable DB=mysql
|
||||
- rvm: 2.3.1
|
||||
env: RAILS=5-0-stable DB=postgres
|
||||
|
||||
- rvm: 2.2.5
|
||||
env: RAILS=5-0-stable DB=sqlite3
|
||||
- rvm: 2.2.5
|
||||
env: RAILS=5-0-stable DB=mysql
|
||||
- rvm: 2.2.5
|
||||
env: RAILS=5-0-stable DB=postgres
|
||||
|
||||
- rvm: 2.3.1
|
||||
env: RAILS=master DB=sqlite3
|
||||
- rvm: 2.3.1
|
||||
|
|
Loading…
Reference in a new issue