Daniel Zlotin 8 years ago
parent
commit
24ffa5eda4
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      .travis.yml

+ 3
- 3
.travis.yml View File

22
   - yarn
22
   - yarn
23
 
23
 
24
 script:
24
 script:
25
-  - npm run lint
26
-  - npm run test:js
25
+  - yarn run lint
26
+  - yarn run test:js
27
   - source ./scripts/installAndroidSDK.sh
27
   - source ./scripts/installAndroidSDK.sh
28
-  - npm run test:android
28
+  - yarn run test:android
29
 
29
 
30
 after_script:
30
 after_script:
31
   - echo "BUILD FINISHED"
31
   - echo "BUILD FINISHED"