Skip to content

Commit 2d34c10

Browse files
committed
Updated travis ci
1 parent c1601c2 commit 2d34c10

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

.travis.yml

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,19 @@ android:
1212
- build-tools-27.0.3
1313
- android-27
1414
- extra-android-m2repository
15+
- android-22
16+
- sys-img-armeabi-v7a-android-22
1517

1618
licenses:
1719
- android-sdk-license-.+
1820

1921
# Emulator Management: Create, Start and Wait
2022
before_script:
2123
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
22-
- emulator -avd test -no-audio -no-window &
24+
- emulator -avd test -no-skin -no-audio -no-window &
2325
- android-wait-for-emulator
24-
- adb shell input keyevent 82 &
26+
- adb shell input keyevent 82 &
27+
28+
script:
29+
- android list target
30+
- ./gradlew connectedAndroidTest

0 commit comments

Comments
 (0)