We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d34c10 commit 776eb53Copy full SHA for 776eb53
.travis.yml
@@ -12,19 +12,9 @@ android:
12
- build-tools-27.0.3
13
- android-27
14
- extra-android-m2repository
15
- - android-22
16
- - sys-img-armeabi-v7a-android-22
17
18
licenses:
19
- android-sdk-license-.+
20
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
-
28
script:
29
- - android list target
30
- - ./gradlew connectedAndroidTest
+ - ./gradlew test
0 commit comments