Daniel Zlotin 8 年 前
コミット
24ffa5eda4
共有1 個のファイルを変更した3 個の追加3 個の削除を含む
  1. 3
    3
      .travis.yml

+ 3
- 3
.travis.yml ファイルの表示

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