Skip to content

Commit c5db97f

Browse files
committed
Testing with Android 19
1 parent 7a8774c commit c5db97f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ matrix:
4646
jdk: oraclejdk8
4747
before_script:
4848
- android list targets
49-
- echo no | android create avd --force -n test -t android-21 -b armeabi-v7a
49+
- echo no | android create avd --force -n test -t android-19 -b armeabi-v7a
5050
- emulator -avd test -no-skin -no-audio -no-window &
5151
- android-wait-for-emulator
5252
- adb shell input keyevent 82 &
@@ -72,15 +72,19 @@ android:
7272
- tools
7373
- platform-tools
7474
# The BuildTools version used by your project
75+
- build-tools-26.0.2
7576
- build-tools-28.0.3
7677
# The SDK version used to compile your project
78+
- android-26
7779
- android-28
7880
# Additional components
7981
- extra-android-m2repository
8082
# Specify at least one system image,
8183
# if you need to run emulator(s) during your tests
82-
- sys-img-x86-android-28
84+
# - sys-img-x86-android-28
8385
- sys-img-armeabi-v7a-android-22
86+
- sys-img-armeabi-v7a-android-26
87+
- sys-img-armeabi-v7a-android-28
8488

8589
- ADB_INSTALL_TIMEOUT=20 # minutes (2 minutes by default)
8690

0 commit comments

Comments
 (0)