Skip to content

Commit e99f930

Browse files
committed
Modified .travis.yml
1 parent 7430891 commit e99f930

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,14 @@ android:
66
- tools
77
- build-tools-28.0.3
88
- android-28
9+
- android-30
910
- sys-img-x86-android-27
1011
before_install:
1112
- yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-28"
12-
- emulator -avd Nexus_5X_API_R -no-audio -no-window &
13+
- emulator -avd test -no-audio -no-window &
1314
- android-wait-for-emulator
1415
before_script:
16+
- echo no | android create avd --force -n test -t android-30 --abi x86
1517
- chmod +x gradlew
1618
- chmod +x generate-apks.sh
1719
script:

0 commit comments

Comments
 (0)