From: Thomas Müller Date: Thu, 13 Mar 2014 10:06:32 +0000 (+0100) Subject: trying to avoid maven call X-Git-Tag: oc-android-1.5.5~12^2~3 X-Git-Url: http://git.linex4red.de/pub/Android/ownCloud.git/commitdiff_plain/6b1cab8b28db348ed345e6ab68b5d41e2d7e9c07?ds=inline;hp=-c trying to avoid maven call --- 6b1cab8b28db348ed345e6ab68b5d41e2d7e9c07 diff --git a/.travis.yml b/.travis.yml index 7cffca08..35800505 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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