Skip to content

Commit

Permalink
fix: output path of apk and package name
Browse files Browse the repository at this point in the history
  • Loading branch information
Zdravko Branzov authored and Zdravko Branzov committed Mar 13, 2018
1 parent 3ce41f8 commit 6e46703
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@ branches:
- next
env:
global:
- ANDROID_PACKAGE='demo-debug.apk'
- ANDROID_PACKAGE='app-debug.apk'
- ANDROID_PACKAGE_NEXT='demo-debug-next.apk'
- ANDROID_PACKAGE_FOLDER=$TRAVIS_BUILD_DIR/demo/platforms/android/app/build/outputs/apk
- ANDROID_PACKAGE_FOLDER=$TRAVIS_BUILD_DIR/demo/platforms/android/app/build/outputs/apk/debug
- ANDROID_SAUCE_STORAGE="https://saucelabs.com/rest/v1/storage/$SAUCE_USER/$ANDROID_PACKAGE_NEXT?overwrite=true"
- IOS_PACKAGE_NEXT='demo-next.zip'
- IOS_PACKAGE_FOLDER=$TRAVIS_BUILD_DIR/demo/platforms/ios/build/emulator
Expand Down Expand Up @@ -89,7 +89,7 @@ android:
components:
- tools
- platform-tools
- build-tools-26.0.1
- build-tools-26.0.2
- android-26
- android-23
- extra-android-m2repository
Expand Down

0 comments on commit 6e46703

Please sign in to comment.