diff --git a/.travis.yml b/.travis.yml index a2803f0e6..b019c1926 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 \ No newline at end of file