trying to avoid maven call
authorThomas Müller <thomas.mueller@tmit.eu>
Thu, 13 Mar 2014 10:06:32 +0000 (11:06 +0100)
committerThomas Müller <thomas.mueller@tmit.eu>
Thu, 13 Mar 2014 10:06:32 +0000 (11:06 +0100)
.travis.yml

index 7cffca0..3580050 100644 (file)
@@ -10,7 +10,7 @@ before_install:
 
     # Create and start emulator
     - echo no | android create avd --force -n test -t android-16 --abi armeabi-v7a
 
     # 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 &
 
 before_script:
   - wait_for_emulator
 
 before_script:
   - wait_for_emulator