summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJustin R. Miller <incanus@codesorcery.net>2015-04-28 16:59:08 -0400
committerJustin R. Miller <incanus@codesorcery.net>2015-04-28 16:59:08 -0400
commit029a23b4a6978b1b4e8e965e40ec15118f6060e6 (patch)
tree12e51071462bfcfcf67763da4e73787918852850 /scripts
parentc67a708e5b0f6ddc6803221726e581e402ff4492 (diff)
downloadqtlocation-mapboxgl-029a23b4a6978b1b4e8e965e40ec15118f6060e6.tar.gz
fix Travis deploy script path since matrix reorg
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/ios/run.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/ios/run.sh b/scripts/ios/run.sh
index abb4c2cb0c..30c2551a68 100755
--- a/scripts/ios/run.sh
+++ b/scripts/ios/run.sh
@@ -27,7 +27,7 @@ if [[ ${PUBLISH_PLATFORM} = 'ios' ]]; then
# publish iOS build
mapbox_time "deploy_ios" \
- ./scripts/publish_ios.sh "${PUBLISH_VERSION}"
+ ./scripts/ios/publish.sh "${PUBLISH_VERSION}"
else
# build & test iOS
mapbox_time "run_ios_tests" \