From eeeb7ed4d949b2082799f1c0f54342064a4f1624 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 28 Feb 2017 09:44:25 -0500 Subject: [PATCH] Don't bug me about xsl --- .gitlab-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cf044ef..de3e369 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,7 +10,7 @@ test:7: - sh build/docker_install.sh > /dev/null - apk add --no-cache php7-phpdbg - curl -sS https://getcomposer.org/installer | php - - php composer.phar update + - php composer.phar update --ignore-platform-reqs - php composer.phar install --ignore-platform-reqs image: php:7-alpine script: @@ -21,7 +21,7 @@ test:7.1: - sh build/docker_install.sh > /dev/null - apk add --no-cache php7.1-phpdbg - curl -sS https://getcomposer.org/installer | php - - php composer.phar update + - php composer.phar update --ignore-platform-reqs - php composer.phar install --ignore-platform-reqs image: php:7.1-alpine script: