Skip to content
This repository has been archived by the owner on Oct 4, 2024. It is now read-only.

Commit

Permalink
Try parallelizing build script
Browse files Browse the repository at this point in the history
  • Loading branch information
vgrichina committed Nov 4, 2019
1 parent 84c1268 commit 7012e9e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,7 @@ language: node_js
node_js: 12

before_script: yarn
script: yarn lint && yarn test
script:
- yarn lint
- yarn test

0 comments on commit 7012e9e

Please sign in to comment.