mirror of
https://github.com/nextcloud/android.git
synced 2024-11-22 13:15:35 +03:00
trying to avoid maven call
This commit is contained in:
parent
c0b85157a9
commit
6b1cab8b28
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ before_install:
|
|||
|
||||
# Create and start emulator
|
||||
- echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a
|
||||
- emulator -avd test -no-skin -no-audio -no-window &
|
||||
# - emulator -avd test -no-skin -no-audio -no-window &
|
||||
|
||||
before_script:
|
||||
- wait_for_emulator
|
||||
|
|
Loading…
Reference in a new issue