Remove failing command on Windows CI

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2020-12-11 17:11:32 +01:00
parent dedef60b6e
commit f8736b7c3e
No known key found for this signature in database
GPG Key ID: 90A0EF1B8251A889

View File

@ -140,7 +140,6 @@ jobs:
- PHP_EXTENSIONS="mysqli curl bz2 gd2 pdo_mysql"
- for php_ext in $PHP_EXTENSIONS ; do sed -i -e "s/^;extension=${php_ext}/extension=${php_ext}/" /c/tools/php80/php.ini ; done
- sed -i -e 's/^memory_limit = .*/memory_limit = -1/' /c/tools/php80/php.ini
- find . -type f -name "*.php" -print0 | xargs -0 sed -i ':a;N;$!ba;s/\r//g'
- stage: "PHP Unit tests"
php: 7.1