From 2170f5a5e28d5999cfe4ee9113d41857ca3d46d6 Mon Sep 17 00:00:00 2001 From: Bruno Bierbaumer Date: Tue, 24 Nov 2015 00:24:01 +0100 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index cfc0d8e7..9de9e22f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ android: # Emulator Management: Create, Start and Wait before_script: - - modprobe kvm + - sudo 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