Highlight failures in travis test output

main
Jordi Boggiano 9 years ago
parent 6b94f6faf3
commit 4d8b371908

@ -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 {};'
- 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));'
git:
depth: 5

Loading…
Cancel
Save