File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff 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
7879before_install :
7980 - sudo pip install --upgrade pip
You can’t perform that action at this time.
0 commit comments