ソースを参照

travis yarn support

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

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

@@ -11,17 +11,14 @@ branches:
11 11
   - v2
12 12
 
13 13
 cache:
14
+  yarn: true
14 15
   directories:
15
-  - $HOME/.yarn-cache
16
+    - node_modules
16 17
 
17 18
 before_install:
18 19
   - set -e
19 20
   - ./scripts/clean.sh
20 21
 
21
-install:
22
-  - npm i -g yarn
23
-  - yarn
24
-
25 22
 script:
26 23
   - yarn run lint
27 24
   - yarn run test:js