mirror of
https://github.com/activerecord-hackery/ransack.git
synced 2022-11-09 13:47:45 -05:00
Additional Rails vers in CI
This commit is contained in:
parent
ab8c34d9c2
commit
c044cff219
1 changed files with 12 additions and 10 deletions
22
.travis.yml
22
.travis.yml
|
@ -1,20 +1,28 @@
|
|||
language: ruby
|
||||
|
||||
rvm:
|
||||
- 2.6.5
|
||||
- 2.6.6
|
||||
|
||||
services:
|
||||
- mysql
|
||||
|
||||
env:
|
||||
- RAILS=6-0-stable DB=sqlite3
|
||||
- RAILS=6-0-stable DB=mysql
|
||||
- RAILS=6-0-stable DB=postgres
|
||||
- RAILS=v6.0.2 DB=sqlite3
|
||||
- RAILS=v6.0.2 DB=mysql
|
||||
- RAILS=v6.0.2 DB=postgres
|
||||
|
||||
- RAILS=v6.0.1 DB=sqlite3
|
||||
- RAILS=v6.0.1 DB=mysql
|
||||
- RAILS=v6.0.1 DB=postgres
|
||||
|
||||
- RAILS=v6.0.0 DB=sqlite3
|
||||
- RAILS=v6.0.0 DB=mysql
|
||||
- RAILS=v6.0.0 DB=postgres
|
||||
|
||||
- RAILS=6-0-stable DB=sqlite3
|
||||
- RAILS=6-0-stable DB=mysql
|
||||
- RAILS=6-0-stable DB=postgres
|
||||
|
||||
- RAILS=5-2-stable DB=sqlite3
|
||||
- RAILS=5-2-stable DB=mysql
|
||||
- RAILS=5-2-stable DB=postgres
|
||||
|
@ -23,12 +31,6 @@ env:
|
|||
- RAILS=v5.2.3 DB=mysql
|
||||
- RAILS=v5.2.3 DB=postgres
|
||||
|
||||
matrix:
|
||||
allow_failures:
|
||||
- env: RAILS=6-0-stable DB=sqlite3
|
||||
- env: RAILS=6-0-stable DB=mysql
|
||||
- env: RAILS=6-0-stable DB=postgres
|
||||
|
||||
before_script:
|
||||
- if [ "$DB" = "mysql" ];
|
||||
then
|
||||
|
|
Loading…
Reference in a new issue