Daniel Zlotin 8 년 전
부모
커밋
4250d64cf0
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. 3
    4
      .travis.yml

+ 3
- 4
.travis.yml 파일 보기

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