浏览代码

trying to avoid maven call

Thomas Müller 11 年之前
父节点
当前提交
6b1cab8b28
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -10,7 +10,7 @@ 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 &
 
 before_script:
   - wait_for_emulator