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

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

13
   directories:
13
   directories:
14
   - $HOME/.yarn-cache
14
   - $HOME/.yarn-cache
15
 
15
 
16
+before_install:
17
+  - set -e
18
+
16
 install:
19
 install:
17
   - npm i -g yarn
20
   - npm i -g yarn
18
   - yarn
21
   - yarn
19
 
22
 
20
 script:
23
 script:
21
-  - set -e
22
   - npm run test
24
   - npm run test
23
   - echo "ALL OK"
25
   - echo "ALL OK"