From b8a1c1b0a943a29160491fcd6cf882b675467166 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maximilian=20Ke=C3=9Fler?= Date: Fri, 8 Oct 2021 07:40:26 +0200 Subject: [PATCH] show git status on build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index ffd4e1b..51902a7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,7 @@ install: - pip install GitPython script: + - git status - GIT_BRANCH=$(python3 -c "import git; print(git.Repo().active_branch.name)") - python3 -c 'from build import build; build("build/LatexPackages/")' - cd build