Skip to content

Commit c26e0b2

Browse files
committed
Trying to fix the failing Android tests.
1 parent 17cc067 commit c26e0b2

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.travis.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ env:
44
- PACKAGE_VERSION=$DATE-$TRAVIS_BUILD_NUMBER
55
- PACKAGE_NAME=tns-core-modules
66
- NODE_VERSION=5.10.1
7-
- EMULATOR_API_VER=22
7+
- EMULATOR_API_VER=21
88
- RUNTIMEVERSION=next
99
- AVD_NAME=Arm$EMULATOR_API_VER
1010
addons:
@@ -33,8 +33,7 @@ before_script:
3333
- npm install -g grunt-cli
3434
- npm install
3535
- "(cd build/platform-declarations && npm install)"
36-
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER -b
37-
armeabi-v7a -c 12M
36+
- echo no | android create avd --force -n $AVD_NAME -t android-$EMULATOR_API_VER --abi default/armeabi-v7a -c 12M
3837
- emulator -avd $AVD_NAME -skin WXGA720 -no-audio -no-window -memory 2048 &
3938
- android-wait-for-emulator
4039
script:

0 commit comments

Comments
 (0)