Browse Source

chore: travis ci checks breakpoint

Sendya 6 years ago
parent
commit
64a3ede2b7
1 changed files with 1 additions and 2 deletions
  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