From 94d5a85043c463b3413849bf9ee3be3280361589 Mon Sep 17 00:00:00 2001 From: xawotihs Date: Tue, 31 Dec 2013 00:08:46 +0100 Subject: [PATCH] Tries to remove weird characters in travis build file --- travis-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-script.sh b/travis-script.sh index 5a171e88c..29b5059ed 100755 --- a/travis-script.sh +++ b/travis-script.sh @@ -14,7 +14,7 @@ cd ../.. # we create resource package cd projects/mtg/bin/Res python createResourceZip.py -python createResourceZip.py —-platform=qt +python createResourceZip.py —platform=qt # if we let the zip here, Wagic will use it in the testsuite # and we'll get 51 failed test cases mv core_*.zip ../../../../core.zip