Ver código fonte

travis yarn support

Daniel Zlotin 8 anos atrás
pai
commit
400eb1178a
1 arquivos alterados com 2 adições e 5 exclusões
  1. 2
    5
      .travis.yml

+ 2
- 5
.travis.yml Ver arquivo

@@ -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