allow CI failure on Rails 6.0 stable

This commit is contained in:
Greg Molnar 2019-10-31 07:57:48 +01:00
parent ad781be0d9
commit cac9be21f0
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ matrix:
- env: RAILS=5-2-stable DB=sqlite3
- env: RAILS=5-2-stable DB=mysql
- env: RAILS=5-2-stable DB=postgres
- 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