5-2-stable failures shouldn't be allowed

This commit is contained in:
David Rodríguez 2019-10-21 18:21:53 +02:00
parent 754ffc7145
commit 49dde38f2b
No known key found for this signature in database
GPG Key ID: 1008A258BB37309C
1 changed files with 1 additions and 3 deletions

View File

@ -25,12 +25,10 @@ env:
matrix:
allow_failures:
- 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