Update .travis.yml

This commit is contained in:
Bruno Bierbaumer 2015-11-24 00:22:00 +01:00
parent 2a2be759be
commit 9dbe9c8c6f

View file

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