We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7430891 commit e99f930Copy full SHA for e99f930
.travis.yml
@@ -6,12 +6,14 @@ android:
6
- tools
7
- build-tools-28.0.3
8
- android-28
9
+ - android-30
10
- sys-img-x86-android-27
11
before_install:
12
- yes | ${ANDROID_HOME}/tools/bin/sdkmanager "platforms;android-28"
- - emulator -avd Nexus_5X_API_R -no-audio -no-window &
13
+ - emulator -avd test -no-audio -no-window &
14
- android-wait-for-emulator
15
before_script:
16
+ - echo no | android create avd --force -n test -t android-30 --abi x86
17
- chmod +x gradlew
18
- chmod +x generate-apks.sh
19
script:
0 commit comments