Browse Source

testing android

Daniel Zlotin 8 years ago
parent
commit
6bfdfb5a57
1 changed files with 2 additions and 1 deletions
  1. 2
    1
      .travis.yml

+ 2
- 1
.travis.yml View File

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