Travis: remove flag for iOS that is no longer necessary

Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
Dirk Hohndel 2018-05-10 20:41:58 -07:00
parent ff15d48f69
commit c67fe97ba1

View file

@ -12,7 +12,7 @@ VERSION=$(echo $GITVERSION | sed -e 's/-/./')
echo "preparing dependencies for Subsurface-mobile ${VERSION} for iOS"
cd packaging/ios
bash -x build.sh -simulator -official
bash -x build.sh -simulator
echo "now it's time to build Subsurface-mobile ${VERSION} for iOS"