Skip to content
This repository has been archived by the owner on Jan 24, 2022. It is now read-only.

Commit

Permalink
Add --no-bail modifier to lerna tests
Browse files Browse the repository at this point in the history
  • Loading branch information
spalladino committed Aug 14, 2018
1 parent cbc30ad commit 9e26f2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ matrix:
before_script:
- npm install
script:
- npx lerna bootstrap --loglevel=debug
- npx lerna run test --concurrency=1 --stream=true
- npx lerna bootstrap
- npx lerna run test --concurrency=1 --stream=true --no-bail

0 comments on commit 9e26f2b

Please sign in to comment.