浏览代码

Merge pull request #2950 from jakoch/patch-4

reduce commit history of git checkout
Jordi Boggiano 11 年之前
父节点
当前提交
3677c1ea69
共有 1 个文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .travis.yml

+ 3 - 0
.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