From 8cce648a747de31ddb5bd83902e9d98704a672fb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Thu, 18 Feb 2016 12:42:15 +0100 Subject: [PATCH] Try installing newer git MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We need that for worktrees support. Signed-off-by: Michal Čihař --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6d99a86d4d..523c347b1c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,3 +73,7 @@ cache: notifications: webhooks: - https://buildtimetrend.herokuapp.com/travis +addons: + apt: + packages: + - git