Emulator should run in background

This commit is contained in:
daniel oeh 2014-05-18 22:21:56 +02:00
parent f47a6d5597
commit 1f4de2489f
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ env:
- ANDROID_SDKS=android-19,sysimg-19 ANDROID_TARGET=android-19 ANDROID_ABI=armeabi-v7a
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
- emulator -avd test -no-skin -no-audio -no-window
- emulator -avd test -no-skin -no-audio -no-window &
- cp src/de/danoeh/antennapod/util/flattr/FlattrConfig.java.example src/de/danoeh/antennapod/util/flattr/FlattrConfig.java
before_script: