Fix the Travis configuration
@@ -21,7 +21,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 {};' || exit 1
+ - ls -d tests/Composer/Test/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/complete.phpunit.xml {};'
git:
- depth: 5
+ depth: 5