1
0
Fork 0

Merge pull request #2950 from jakoch/patch-4

reduce commit history of git checkout
pull/2963/head
Jordi Boggiano 2014-05-03 09:46:50 +02:00
commit 3677c1ea69
1 changed files with 3 additions and 0 deletions

View File

@ -22,3 +22,6 @@ before_script:
script:
- ls -d tests/Composer/Test/* | parallel --gnu --keep-order 'echo "Running {} tests"; ./vendor/bin/phpunit -c tests/complete.phpunit.xml {};' || exit 1
git:
depth: 5