Fix build on nightly

This commit is contained in:
Niklas Keller
2018-01-11 17:18:29 +01:00
parent 2b4a200263
commit d4f2009315

View File

@@ -20,7 +20,7 @@ install:
script:
- find -name "*.php" -not -path "./vendor/*" -print0 | xargs -n 1 -0 php -l
- phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml
- php vendor/bin/php-cs-fixer --diff --dry-run -v fix
- PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix
after_script:
- php vendor/bin/coveralls -v