Skip to content

Commit

Permalink
enabling colors in composer test #804
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermednt committed Aug 20, 2018
1 parent 907be12 commit 6613b46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@
"Sensio\\Bundle\\DistributionBundle\\Composer\\ScriptHandler::prepareDeploymentTarget"
],
"lc-docs": "doc/cookbook/scripts/doc-server",
"test": "bin/phpunit -c app",
"test": "bin/phpunit -c app --color=always",
"quick-test": "bin/phpunit -c app --exclude-group=kernel --colors=always"
},
"config": {
Expand Down

0 comments on commit 6613b46

Please sign in to comment.