Explorar el Código

testing android

Daniel Zlotin hace 8 años
padre
commit
6bfdfb5a57
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml Ver fichero

@@ -23,7 +23,8 @@ install:
23 23
   - ./scripts/installAndroidSDK.sh
24 24
 
25 25
 script:
26
-  - npm run test
26
+  #- npm run test
27
+  - cd android && ./gradlew clean testDebugUnitTest
27 28
 
28 29
 after_script:
29 30
   - echo "BUILD FINISHED"