mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-16 03:31:45 +08:00
Trying to make Travis build work.
This commit is contained in:
@ -35,8 +35,8 @@ before_script:
|
||||
- "(cd build/platform-declarations && 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-window &
|
||||
- android-wait-for-emulator &
|
||||
- adb shell input keyevent 82
|
||||
- android-wait-for-emulator
|
||||
- adb shell input keyevent 82 &
|
||||
script:
|
||||
- jdk_switcher use oraclejdk8
|
||||
- grunt default &&
|
||||
|
Reference in New Issue
Block a user