From f38d4baf336515f13d27108aaae7891417c18649 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Thomas=20M=C3=BCller?= Date: Thu, 13 Mar 2014 11:22:58 +0100 Subject: [PATCH] trying to avoid maven call --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 35800505..73319f4a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,8 @@ before_install: # Create and start emulator - echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a - # - emulator -avd test -no-skin -no-audio -no-window & + - emulator -avd test -no-skin -no-audio -no-window & + - rm pom.xml before_script: - wait_for_emulator -- 2.11.0