We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9ec5a01 commit 5af6458Copy full SHA for 5af6458
.travis.yml
@@ -20,7 +20,7 @@ android:
20
# if you need to run emulator(s) during your tests
21
- sys-img-armeabi-v7a-android-23
22
before_script:
23
- - echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
+ - echo no | android create avd --force -n test -t android-21 --abi armeabi-v7a
24
- emulator -avd test -no-audio -no-window &
25
- android-wait-for-emulator
26
- adb shell input keyevent 82 &
0 commit comments