1
0
Fork 0
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:
Jon Atack 2016-07-14 13:16:29 +02:00
parent 7f4f37fab7
commit ce9c3ce521

View file

@ -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