Skip to content

Commit 3d0b10e

Browse files
authored
Update .travis.yml
1 parent 7e6a64f commit 3d0b10e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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 -n test -t android-24 --abi armeabi-v7a
23+
- echo no | android create avd --force --name test --target android-24 --abi armeabi-v7a
2424
- emulator -avd test -no-skin -no-audio -no-window &
2525
- android-wait-for-emulator
2626
- adb shell input keyevent 82 &

0 commit comments

Comments
 (0)