Browse Source

chore: travis ci checks breakpoint

Sendya 6 năm trước cách đây
mục cha
commit
64a3ede2b7
1 tập tin đã thay đổi với 1 bổ sung2 xóa
  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