trying to avoid maven call

This commit is contained in:
Thomas Müller 2014-03-13 11:22:58 +01:00
parent 6b1cab8b28
commit f38d4baf33

View file

@ -10,7 +10,8 @@ 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 &
- rm pom.xml
before_script:
- wait_for_emulator