Skip to content

Commit bde864d

Browse files
authored
Update .travis.yml
1 parent 4210fa1 commit bde864d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ global_env: _JAVA_OPTIONS=-Xmx4g
66
android:
77
components:
88
- build-tools-27.0.3
9-
- android-23
10-
- sys-img-armeabi-v7a-android-23
9+
- android-22
10+
- sys-img-armeabi-v7a-android-22
1111
- android-27
1212
- extra-android-m2repository
1313
- extra-android-support
@@ -25,4 +25,4 @@ before_script:
2525
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
2626
- emulator -avd test -no-audio -no-window &
2727
- android-wait-for-emulator
28-
- adb shell input keyevent 82 &
28+
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)