From bc089407241bc97e903510450334db72371d680e Mon Sep 17 00:00:00 2001 From: Maks3w Date: Mon, 25 May 2015 10:31:23 +0200 Subject: [PATCH] [travis-ci] Enable PHPUnit color output --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2c3ab261e..b1aa4414d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -33,7 +33,7 @@ before_script: - git config --global user.email travis@example.com script: - - ls -d tests/Composer/Test/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/complete.phpunit.xml {} || (echo -e "\e[41mFAILED\e[0m {}" && $(exit 1));' + - ls -d tests/Composer/Test/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/complete.phpunit.xml --colors=always {} || (echo -e "\e[41mFAILED\e[0m {}" && $(exit 1));' git: depth: 5