Skip to content

Commit 6b9420b

Browse files
committed
Update travis configuration
1 parent e1111d0 commit 6b9420b

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,10 @@ matrix:
4545
sudo: required
4646
jdk: oraclejdk8
4747
before_script:
48-
- echo no | android create avd --force -n test -t android-28 -b armeabi-v7a
48+
- echo no | android create avd --force -n test -t android-22 -b armeabi-v7a
4949
- emulator -avd test -no-audio -no-window &
5050
- android-wait-for-emulator
51+
- adb shell input keyevent 82 &
5152
before_install:
5253
- nvm install 8
5354
script: cd src && npm run test.android
@@ -65,15 +66,15 @@ android:
6566
- tools
6667
- platform-tools
6768
# The BuildTools version used by your project
68-
- build-tools-28.0.3
69+
- build-tools-26.0.2
6970
# The SDK version used to compile your project
70-
- android-28
71+
- android-26
7172
# Additional components
7273
- extra-android-m2repository
7374
# Specify at least one system image,
7475
# if you need to run emulator(s) during your tests
75-
# - sys-img-x86-android-26
76-
- sys-img-armeabi-v7a-android-28
76+
- sys-img-x86-android-26
77+
- sys-img-armeabi-v7a-android-17
7778

7879
before_install:
7980
- sudo pip install --upgrade pip

0 commit comments

Comments
 (0)