Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
added debug to phpunit for travis builds
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjohnson00 committed Oct 11, 2013
1 parent 995d594 commit 1bdf0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ before_script:
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --prefer-source
- composer install --dev --prefer-source

script: phpunit --coverage-text
script: phpunit --debug --coverage-text

notifications:
email:
Expand Down

0 comments on commit 1bdf0a0

Please sign in to comment.