Update .travis.yml
This commit is contained in:
parent
2a2be759be
commit
9dbe9c8c6f
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue