mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-17 04:41:36 +08:00
Trying to fix the failing Android tests.
This commit is contained in:
@ -4,7 +4,7 @@ env:
|
||||
- PACKAGE_VERSION=$DATE-$TRAVIS_BUILD_NUMBER
|
||||
- PACKAGE_NAME=tns-core-modules
|
||||
- NODE_VERSION=5.10.1
|
||||
- EMULATOR_API_VER=22
|
||||
- EMULATOR_API_VER=21
|
||||
- RUNTIMEVERSION=next
|
||||
- AVD_NAME=Arm$EMULATOR_API_VER
|
||||
addons:
|
||||
@ -33,8 +33,7 @@ before_script:
|
||||
- npm install -g grunt-cli
|
||||
- npm install
|
||||
- "(cd build/platform-declarations && npm install)"
|
||||
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER -b
|
||||
armeabi-v7a -c 12M
|
||||
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER --abi default/armeabi-v7a -c 12M
|
||||
- emulator -avd $AVD_NAME -skin WXGA720 -no-audio -no-window -memory 2048 &
|
||||
- android-wait-for-emulator
|
||||
script:
|
||||
|
Reference in New Issue
Block a user