Skip to content

Commit fa905c7

Browse files
authored
Update .travis.yml
1 parent a591bd2 commit fa905c7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.travis.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ before_script:
2020
- mkdir "$ANDROID_HOME/licenses" || true
2121
- echo -e "\n8933bad161af4178b1185d1a37fbf41ea5269c55" > "$ANDROID_HOME/licenses/android-sdk-license"
2222
- echo -e "\n84831b9409646a918e30573bab4c9c91346d8abd" > "$ANDROID_HOME/licenses/android-sdk-preview-license"
23-
- echo no | android create avd --force --name test -t android-21 --abi google_apis/armeabi-v7a
24-
- emulator -avd test -no-skin -no-audio -no-window &
23+
- echo no | android create avd --force -n test -t android-22 --abi armeabi-v7a
24+
- emulator -avd test -no-audio -no-window &
2525
- android-wait-for-emulator
2626
- adb shell input keyevent 82 &
27+

0 commit comments

Comments
 (0)