From 624b586014606e47f3e601f68b60fe967cf3ef48 Mon Sep 17 00:00:00 2001 From: Dave Date: Fri, 5 Jan 2018 22:30:01 -0600 Subject: [PATCH] Update deploy.sh --- .travis/deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis/deploy.sh b/.travis/deploy.sh index 7ca407f5..6ad84cd4 100644 --- a/.travis/deploy.sh +++ b/.travis/deploy.sh @@ -6,7 +6,7 @@ TARGET_BRANCH="files" function doCompile { echo "Running script..." - python main.py dumpXML=True + python main.py } # Pull requests and commits to other branches shouldn't try to deploy, just build to verify