Daniel Zlotin 9 年之前
父節點
當前提交
53ec1ba769
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      .travis.yml

+ 1
- 0
.travis.yml 查看文件

21
   - yarn
21
   - yarn
22
 
22
 
23
 script:
23
 script:
24
+  - echo "before test"
24
   - npm run test
25
   - npm run test
25
   - echo "ALL OK"
26
   - echo "ALL OK"