From 8acebbab4cab5d87fa35d336656ff800994a3b95 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Sun, 22 Apr 2018 16:26:37 +0200 Subject: Revert "travis: fix clone depth" This commit was supposed to fix travis CI build failures, caused by the fact that abuild didn't ignore the exit status of git-describe(1), but didn't. A proper fix for this issue has been committed in 1b18665c9e5aba47cc0441ace94ee55f75705d83. This reverts commit cb3f79afb8f5b161f6dd14204a6f2c2d8967e59b. --- .travis.yml | 2 -- 1 file changed, 2 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 98e6077958..f3f3ab7df4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,5 @@ dist: trusty sudo: required -git: - depth: false install: - sudo .travis/install-alpine - sudo .travis/setup-alpine -- cgit v1.2.3