Daniel Zlotin 8 年之前
父節點
當前提交
4250d64cf0
共有 1 個檔案被更改,包括 3 行新增4 行删除
  1. 3
    4
      .travis.yml

+ 3
- 4
.travis.yml 查看文件

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