Parcourir la source

chore: travis ci checks breakpoint

Sendya il y a 6 ans
Parent
commit
64a3ede2b7
1 fichiers modifiés avec 1 ajouts et 2 suppressions
  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