Don't bug me about xsl

This commit is contained in:
Timothy Warren 2017-02-28 09:44:25 -05:00
parent 37b14e4c8a
commit eeeb7ed4d9
1 changed files with 2 additions and 2 deletions

View File

@ -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: