1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-06-07 16:06:08 +00:00

Removed problematic emulator options

This commit is contained in:
David A. Velasco 2016-09-26 12:37:46 +02:00
parent 410c4bd5b5
commit 61b033b1d9

View File

@ -18,7 +18,7 @@ branches:
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
-c 20M
- emulator -avd test -no-skin -no-audio -no-window &
- emulator -avd test -no-window &
- rm pom.xml
- android update project -p .
- chmod +x ./wait_for_emulator.sh