Browse Source

use ant to build

Thomas Müller 11 năm trước cách đây
mục cha
commit
e18815cc31
1 tập tin đã thay đổi với 5 bổ sung1 xóa
  1. 5 1
      .travis.yml

+ 5 - 1
.travis.yml

@@ -15,5 +15,9 @@ before_install:
 before_script:
   - wait_for_emulator
 
-script: mvn install -Pintegration-tests -Dandroid.device=test
+#script: mvn install -Pintegration-tests -Dandroid.device=test
+script:
+  - ./setup_env.sh
+  - ant clean
+  - ant debug