Explorar el Código

chore: travis ci checks breakpoint

Sendya hace 6 años
padre
commit
64a3ede2b7
Se han modificado 1 ficheros con 1 adiciones y 2 borrados
  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