From de40146462b774e764f5239b8b3b5192c6c7b56c Mon Sep 17 00:00:00 2001 From: xawotihs Date: Tue, 31 Dec 2013 15:49:21 +0100 Subject: [PATCH] Something is weird with the -- in the travis build script... --- travis-script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/travis-script.sh b/travis-script.sh index 29b5059ed..ea19459e8 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