From 37b14e4c8a296af42a6913141353b2d2cbb8685a Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Tue, 28 Feb 2017 09:42:44 -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 cb0929f..cf044ef 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,7 +11,7 @@ test:7: - apk add --no-cache php7-phpdbg - curl -sS https://getcomposer.org/installer | php - php composer.phar update - - php composer.phar install + - php composer.phar install --ignore-platform-reqs image: php:7-alpine script: - phpdbg -qrr -- vendor/bin/phpunit --coverage-text --colors=never @@ -22,7 +22,7 @@ test:7.1: - apk add --no-cache php7.1-phpdbg - curl -sS https://getcomposer.org/installer | php - php composer.phar update - - php composer.phar install + - php composer.phar install --ignore-platform-reqs image: php:7.1-alpine script: - phpdbg -qrr -- vendor/bin/phpunit --coverage-text --colors=never