Skip to content

Commit f7e8500

Browse files
author
Martin Schwamberger
committed
Fix travis ios
1 parent 6f32495 commit f7e8500

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ script:
3030
fi
3131
- |
3232
if [ $TRAVIS_OS_NAME == "osx" ]; then
33-
bash ./build-android.sh $TRAVIS_TAG
33+
bash ./build-ios.sh $TRAVIS_TAG
3434
fi
3535
3636
before_deploy:

0 commit comments

Comments
 (0)