mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-06-10 19:21:33 +00:00
chore: remove travis test bail
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
@ -13,7 +13,7 @@ os:
|
|||||||
- osx
|
- osx
|
||||||
- windows
|
- windows
|
||||||
|
|
||||||
script: npx nyc -s npm run test:node -- --bail
|
script: npx nyc -s npm run test:node
|
||||||
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
|
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
Reference in New Issue
Block a user