소스 검색

chore: travis ci checks breakpoint

Sendya 6 년 전
부모
커밋
64a3ede2b7
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      .travis.yml

+ 1 - 2
.travis.yml

@@ -4,5 +4,4 @@ node_js:
 cache: yarn
 script:
   - yarn
-  - yarn run lint --no-fix
-  - yarn run build
+  - yarn run lint --no-fix && yarn run build