mirror of
https://github.com/fluencelabs/js-libp2p-tcp
synced 2025-04-25 06:02:19 +00:00
chore: remove travis test bail
License: MIT Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
parent
9660c3daee
commit
8279d3500c
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user