Skip to content

Commit 12d5240

Browse files
rsafonsecaDaanHoogland
authored andcommitted
Add git status output to debug git fetch failures
Signed-off-by: Daan Hoogland <[email protected]> This closes #523
1 parent 916aead commit 12d5240

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tools/travis/before_install.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,9 @@ javac -version
4949
echo -e "\nMaven Version: "
5050
mvn -v
5151

52+
echo -e "\nCheck Git status"
53+
git status
54+
5255
echo -e "\nUpdating the system: "
5356
sudo apt-get -q -y update > /dev/null
5457

0 commit comments

Comments
 (0)