Skip to content

Commit c1601c2

Browse files
committed
Added android test in travis ci
1 parent 901c80b commit c1601c2

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

.travis.yml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,13 @@ android:
1212
- build-tools-27.0.3
1313
- android-27
1414
- extra-android-m2repository
15-
- sys-img-armeabi-v7a-android-26
1615

1716
licenses:
1817
- android-sdk-license-.+
1918

20-
script:
21-
./gradlew clean build
19+
# Emulator Management: Create, Start and Wait
20+
before_script:
21+
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
22+
- emulator -avd test -no-audio -no-window &
23+
- android-wait-for-emulator
24+
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)