Don't bug me about xsl

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

View File

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