Skip to content

Commit 776eb53

Browse files
committed
Updated travis ci
1 parent 2d34c10 commit 776eb53

File tree

1 file changed

+1
-11
lines changed

1 file changed

+1
-11
lines changed

.travis.yml

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,19 +12,9 @@ android:
1212
- build-tools-27.0.3
1313
- android-27
1414
- extra-android-m2repository
15-
- android-22
16-
- sys-img-armeabi-v7a-android-22
1715

1816
licenses:
1917
- android-sdk-license-.+
2018

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

0 commit comments

Comments
 (0)