mirror of
https://github.com/nextcloud/docker.git
synced 2024-11-18 02:56:42 +01:00
Move allow_failures into jobs
Signed-off-by: Tilo Spannagel <development@tilosp.de>
This commit is contained in:
parent
15e0c3bd3e
commit
fc8952ab63
1 changed files with 4 additions and 8 deletions
12
.travis.yml
12
.travis.yml
|
@ -32,15 +32,11 @@ script:
|
||||||
after_script:
|
after_script:
|
||||||
- docker images
|
- 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:
|
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:
|
include:
|
||||||
- &test-scripts
|
- &test-scripts
|
||||||
stage: test scripts
|
stage: test scripts
|
||||||
|
|
Loading…
Reference in a new issue