From 5368ea3368222697fab020969a649727c53f2d70 Mon Sep 17 00:00:00 2001 From: Dave Date: Tue, 5 Sep 2017 15:03:50 -0500 Subject: [PATCH] Travis debug --- .travis/deploy.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 91024bd9..9fab317b 100644 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -75,6 +75,9 @@ if [[ $ONLYDATECHANGE == true ]]; then git add -A . git commit -m "Travis Deploy: ${SHA}" else + git diff + git diff --numstat --minimal + git diff --name-only echo "Only date in spoiler.xml changed, not committing" fi