Update .travis.yml

This commit is contained in:
Bruno Bierbaumer 2015-11-24 00:31:42 +01:00
parent 1f5848bd0b
commit 36a4460734

View file

@ -24,7 +24,6 @@ android:
# Emulator Management: Create, Start and Wait
before_script:
- sudo modprobe kvm
- echo no | android create avd --force -n test -t android-23 --abi armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator