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