Skip to content

Commit 4ef4732

Browse files
committed
Unshallow repository for ci in precise environment on travis
Git 1.8, as used on the precise environment on travis, doesn't support cloning from a shallow repository.
1 parent 95daaa8 commit 4ef4732

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ matrix:
1111
addons:
1212
apt:
1313
packages: devscripts
14+
before_script: git fetch --unshallow
1415
script: debuild -uc -us
1516
- os: linux
1617
dist: trusty

0 commit comments

Comments
 (0)