Skip to content

Commit b57e6f0

Browse files
committed
travis image
1 parent 51ee381 commit b57e6f0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ android:
3131

3232
# Specify at least one system image,
3333
# if you need to run emulator(s) during your tests
34-
- sys-img-armeabi-v7a-android-19
34+
- sys-img-armeabi-v7a-android-22
3535

3636
licenses:
3737
- 'android-sdk-preview-license-.+'
@@ -46,7 +46,7 @@ before_script:
4646
- cp -R app/src/main/assets/sql/ app/build/intermediates/assets/debug/sql
4747
- mv app/src/debug/google-services.json app/google-services.json
4848
- mv app/src/debug/res/values/keys.xml app/src/main/res/values/keys.xml
49-
- echo no | android create avd --force -n test -t android-26 --abi armeabi-v7a
49+
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
5050
- emulator -avd test -no-audio -no-window &
5151
- android-wait-for-emulator
5252
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)