chore: remove travis test bail

License: MIT
Signed-off-by: Jacob Heun <jacobheun@gmail.com>
This commit is contained in:
Jacob Heun 2019-02-26 19:42:02 +01:00
parent 9660c3daee
commit 8279d3500c
No known key found for this signature in database
GPG Key ID: CA5A94C15809879F

View File

@ -13,7 +13,7 @@ os:
- osx
- 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
jobs: