Repository: lucy Updated Branches: refs/heads/master 481653b59 -> 6f6821e83
Make Travis CI build faster Merge Github pull request from PeterDaveHello. This closes #7. Project: http://git-wip-us.apache.org/repos/asf/lucy/repo Commit: http://git-wip-us.apache.org/repos/asf/lucy/commit/6f6821e8 Tree: http://git-wip-us.apache.org/repos/asf/lucy/tree/6f6821e8 Diff: http://git-wip-us.apache.org/repos/asf/lucy/diff/6f6821e8 Branch: refs/heads/master Commit: 6f6821e83a929ae5414597bfa3f0adb9336c6470 Parents: 481653b Author: Peter Dave Hello <[email protected]> Authored: Sun Aug 17 00:59:09 2014 +0800 Committer: Nick Wellnhofer <[email protected]> Committed: Tue Sep 2 10:50:43 2014 +0200 ---------------------------------------------------------------------- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/lucy/blob/6f6821e8/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index e746958..dd676de 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,6 +22,8 @@ perl: - "5.12" - "5.10" - "5.8" +git: + depth: 10 before_install: - cd perl
