1
0
Fork 0

Update .travis.yml

pull/4538/head
paladox 2015-10-27 09:11:01 +00:00
parent 27b4afcde6
commit 54e8339e59
1 changed files with 2 additions and 1 deletions

View File

@ -31,6 +31,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 --col1
- 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