From c3c437ce618346cec4cf3fb700c3575fd9c245ed Mon Sep 17 00:00:00 2001 From: Jose Lorenzo Rodriguez Date: Fri, 1 Jan 2016 19:30:50 +0100 Subject: [PATCH] Using the right phpdbg command --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 4b8622639f1..6619c991e7a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -74,7 +74,7 @@ script: - sh -c "if [ '$PHPCS' = '1' ]; then vendor/bin/phpcs -p --extensions=php --standard=vendor/cakephp/cakephp-codesniffer/CakePHP ./src ./tests; fi" - - sh -c "if [ '$COVERALLS' = '1' ]; then phpdbg vendor/bin/phpunit -qrr --coverage-clover build/logs/clover.xml; fi" + - sh -c "if [ '$COVERALLS' = '1' ]; then phpdbg -qrr vendor/bin/phpunit --coverage-clover build/logs/clover.xml; fi" - sh -c "if [ '$COVERALLS' = '1' ]; then vendor/bin/coveralls -c .coveralls.yml -v; fi" notifications: