Don't bug me about xsl
This commit is contained in:
parent
37b14e4c8a
commit
eeeb7ed4d9
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user