From 7ee5a0aec754db1217896c046997e67ac70a4199 Mon Sep 17 00:00:00 2001 From: Aaron Piotrowski Date: Mon, 18 Feb 2019 10:01:29 -0600 Subject: [PATCH] phpdbg is crashing on travis --- .travis.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 4526f13..a2f09c6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,12 +34,7 @@ install: - chmod +x coveralls.phar script: - # phpdbg prints out of memory with pthreads enabled - - if [ "$TRAVIS_PHP_VERSION" = "7.0" ] || [ "$TRAVIS_PHP_VERSION" = "7.1" ]; then - phpdbg -qrr vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml; - else - vendor/bin/phpunit; - fi + - vendor/bin/phpunit --coverage-text --coverage-clover build/logs/clover.xml - PHP_CS_FIXER_IGNORE_ENV=1 php vendor/bin/php-cs-fixer --diff --dry-run -v fix after_script: