Skip to content

Commit

Permalink
Reorder again as the file cannot be found for iOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van Dijk committed Dec 13, 2018
1 parent 8705f81 commit 5c057c9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ matrix:
osx_image: xcode10.1
env:
- PLATFORM_NAME=ios
- RELEASE_ZIP_FILE=${MODULE_ROOT}/${PLATFORM_NAME}/${MODULE_NAME}-iphone-${TRAVIS_TAG}.zip
before_install:
- nvm install --lts
- nvm use --lts
Expand All @@ -42,6 +43,7 @@ matrix:
- build-tools-28.0.3
env:
- PLATFORM_NAME=android
- RELEASE_ZIP_FILE=${MODULE_ROOT}/${PLATFORM_NAME}/dist/${MODULE_NAME}-${PLATFORM_NAME}-${TRAVIS_TAG}.zip
before_install:
- nvm install --lts
- nvm use --lts
Expand All @@ -51,7 +53,6 @@ matrix:
install: ti sdk install -b ${TITANIUM_BRANCH} -d --no-progress-bars
script: sh -c 'cd ${PLATFORM_NAME} && ti build -p ${PLATFORM_NAME} -l trace -b'
before_deploy:
- export RELEASE_ZIP_FILE=${MODULE_ROOT}/${PLATFORM_NAME}/dist/${MODULE_NAME}-${PLATFORM_NAME}-${TRAVIS_TAG}.zip
- echo "deploying ${RELEASE_ZIP_FILE} to GitHub releases"
deploy:
skip_cleanup: true
Expand Down

0 comments on commit 5c057c9

Please sign in to comment.