Quellcode durchsuchen

trying to avoid maven call

Thomas Müller vor 11 Jahren
Ursprung
Commit
f38d4baf33
1 geänderte Dateien mit 2 neuen und 1 gelöschten Zeilen
  1. 2 1
      .travis.yml

+ 2 - 1
.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