Enable debug on phpunit

This commit is contained in:
Jeremy Benoist 2015-04-04 21:55:06 +02:00
parent 132f614dee
commit 1cbef2d3b5

View File

@ -35,7 +35,7 @@ before_script:
script:
- ant prepare
- phpunit --exclude-group command-doctrine $PHPUNIT_FLAGS
- phpunit --exclude-group command-doctrine --debug $PHPUNIT_FLAGS
after_script:
- |