Skip to content

Commit

Permalink
Disable PHPUnit testdox & verbose on secondary Travis builds (nelmio#403
Browse files Browse the repository at this point in the history
)
  • Loading branch information
theofidry authored Jun 17, 2016
1 parent 76e5ba4 commit 7ffab2f
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 @@ -44,5 +44,5 @@ script:
if [ -n "$COVERAGE" ]; then
phpdbg -qrr vendor/bin/phpunit --testdox --verbose
else
vendor/bin/phpunit --testdox --verbose;
vendor/bin/phpunit;
fi;

0 comments on commit 7ffab2f

Please sign in to comment.