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

Fixed typo breaking start of emulator

This commit is contained in:
David A. Velasco 2014-04-16 20:23:51 +02:00
parent 01061bf58e
commit 08ede2483b

View File

@ -7,7 +7,7 @@ before_install:
| bash /dev/stdin --install=$COMPONENTS | bash /dev/stdin --install=$COMPONENTS
- source ~/.android-sdk-installer/env - source ~/.android-sdk-installer/env
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -ni-skin -no-audio -no-window & - emulator -avd test -no-skin -no-audio -no-window &
- rm pom.xml - rm pom.xml
- android update project -p . - android update project -p .
before_script: before_script: