Daniel Zlotin 8 년 전
부모
커밋
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"