From 08ede2483bc78cad828d3fbeba5f2042621af3fe Mon Sep 17 00:00:00 2001 From: "David A. Velasco" Date: Wed, 16 Apr 2014 20:23:51 +0200 Subject: [PATCH] Fixed typo breaking start of emulator --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index f176e268..eeab875e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,7 +7,7 @@ before_install: | bash /dev/stdin --install=$COMPONENTS - source ~/.android-sdk-installer/env - echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI -- emulator -avd test -ni-skin -no-audio -no-window & +- emulator -avd test -no-skin -no-audio -no-window & - rm pom.xml - android update project -p . before_script: