From 2a3159ec577f97408c1e1c28c35335faa6448039 Mon Sep 17 00:00:00 2001 From: jakoch Date: Wed, 30 Apr 2014 12:06:02 +0200 Subject: [PATCH] reduce commit history of git checkout (git depth 5) --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) 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