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:
Vasil Chimev
2017-06-16 09:38:04 +03:00
committed by GitHub
parent 7e39bfb9d4
commit 979f59f822
2 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ before_script:
- npm install - npm install
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER --abi - echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER --abi
default/armeabi-v7a -c 12M 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 # - android-wait-for-emulator
- ./build/travis-scripts/android-wait-for-emulator - ./build/travis-scripts/android-wait-for-emulator
- adb shell input keyevent 82 & - adb shell input keyevent 82 &

0
build/travis-scripts/android-wait-for-emulator Normal file → Executable file
View File