1
0
Fork 0

Highlight failures in travis test output

pull/4006/head
Jordi Boggiano 2015-05-05 21:30:10 +01:00
parent 6b94f6faf3
commit 4d8b371908
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 - git config --global user.email travis@example.com
script: 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: git:
depth: 5 depth: 5