Skip to content

Commit

Permalink
Using the right phpdbg command
Browse files Browse the repository at this point in the history
  • Loading branch information
lorenzo committed Jan 1, 2016
1 parent a449c56 commit c3c437c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -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:
Expand Down

0 comments on commit c3c437c

Please sign in to comment.