Update .travis.yml
This commit is contained in:
parent
9dbe9c8c6f
commit
2170f5a5e2
1 changed files with 1 additions and 1 deletions
|
@ -25,7 +25,7 @@ android:
|
||||||
# Emulator Management: Create, Start and Wait
|
# Emulator Management: Create, Start and Wait
|
||||||
|
|
||||||
before_script:
|
before_script:
|
||||||
- modprobe kvm
|
- sudo modprobe kvm
|
||||||
- echo no | android create avd --force -n test -t android-23 --abi x86_64
|
- echo no | android create avd --force -n test -t android-23 --abi x86_64
|
||||||
- emulator -avd test -no-skin -no-audio -no-window &
|
- emulator -avd test -no-skin -no-audio -no-window &
|
||||||
- android-wait-for-emulator
|
- android-wait-for-emulator
|
||||||
|
|
Loading…
Reference in a new issue