reduce commit history of git checkout (git depth 5)
parent
05d9912f97
commit
2a3159ec57
|
@ -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
|
Loading…
Reference in New Issue