From 12d52401f778cb78b5dea798300c3468f95a90e0 Mon Sep 17 00:00:00 2001 From: Rafael da Fonseca Date: Thu, 25 Jun 2015 00:56:07 +0200 Subject: [PATCH] Add git status output to debug git fetch failures Signed-off-by: Daan Hoogland This closes #523 --- tools/travis/before_install.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/travis/before_install.sh b/tools/travis/before_install.sh index b0d33a16031..7231ecb6250 100755 --- a/tools/travis/before_install.sh +++ b/tools/travis/before_install.sh @@ -49,6 +49,9 @@ javac -version echo -e "\nMaven Version: " mvn -v +echo -e "\nCheck Git status" +git status + echo -e "\nUpdating the system: " sudo apt-get -q -y update > /dev/null