1
0
Fork 0

Merge pull request #4064 from Maks3w/patch-1

[travis-ci] Enable PHPUnit color output
pull/4065/head
Jordi Boggiano 2015-05-25 11:30:12 +01:00
commit eea42c4df7
1 changed files with 1 additions and 1 deletions

View File

@ -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