Move allow_failures into jobs

Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
Tilo Spannagel 2019-06-18 14:50:35 +02:00
parent 15e0c3bd3e
commit fc8952ab63
1 changed files with 4 additions and 8 deletions

View File

@ -32,15 +32,11 @@ script:
after_script:
- docker images
# https://github.com/docker-library/php/issues/822
matrix:
allow_failures:
- env: ARCH=i386
- env: VARIANT=apache
env: VERSION=15.0
env: VERSION=16.0
jobs:
# https://github.com/docker-library/php/issues/822
allow_failures:
- env: VERSION=15.0 VARIANT=apache ARCH=i386
- env: VERSION=16.0 VARIANT=apache ARCH=i386
include:
- &test-scripts
stage: test scripts