Skip to content

Commit 0936d96

Browse files
committed
[FIX] Travis ci
1 parent 538423e commit 0936d96

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.travis.yml

+2-9
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,8 @@ android:
99
- extra-android-support
1010
- build-tools-29.0.2
1111
- build-tools-28.0.3
12+
- android-29
1213
- android-28
13-
- android-22
14-
- sys-img-armeabi-v7a-android-22
1514
licenses:
1615
- 'android-sdk-preview-license-52d11cd2'
1716
- 'android-sdk-license-.+'
@@ -22,14 +21,8 @@ before_install:
2221
- yes | sdkmanager "build-tools;28.0.3"
2322
jdk:
2423
- oraclejdk8
25-
# Emulator Management: Create, Start and Wait
26-
before_script:
27-
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a -c 100M
28-
- emulator -avd test -no-audio -no-window &
29-
- android-wait-for-emulator
30-
- adb shell input keyevent 82 &
3124
script:
32-
- ./gradlew clean build test connectedAndroidTest
25+
- ./gradlew clean test
3326
notifications:
3427
email: false
3528
before_cache:

0 commit comments

Comments
 (0)