mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-19 14:20:22 +08:00
chore(travis): add execute permissions to a travis script (#4394)
* chore(travis): add execute permissions to a travis script * chore(travis): update emulator options
This commit is contained in:
@ -33,7 +33,7 @@ before_script:
|
||||
- npm install
|
||||
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER --abi
|
||||
default/armeabi-v7a -c 12M
|
||||
- emulator -avd $AVD_NAME -no-audio -no-skin -no-window &
|
||||
- emulator -avd $AVD_NAME -no-audio -no-window &
|
||||
# - android-wait-for-emulator
|
||||
- ./build/travis-scripts/android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
|
0
build/travis-scripts/android-wait-for-emulator
Normal file → Executable file
0
build/travis-scripts/android-wait-for-emulator
Normal file → Executable file
Reference in New Issue
Block a user