From 9dbe9c8c6f397e883a268c22c29b9965d61c00e8 Mon Sep 17 00:00:00 2001 From: Bruno Bierbaumer Date: Tue, 24 Nov 2015 00:22:00 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 8948267f..cfc0d8e7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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