Closed achingbrain closed 3 years ago
@achingbrain The Travis CI could need an update. What is a good repo to use as a template?
I've updated travis - the node tests pass and then... SIGSEGV on linux and MacOS X, very strange.
it's probably going to be nyc
, just remove it from the travis config, this library isn't getting major updates any time soon (will likely be replaced by new work coming out of a grant PL has funded):
script: npx nyc -s npm run test:node -- --bail
after_success: npx nyc report --reporter=text-lcov > coverage.lcov && npx codecov
->
script: npm run test:node
Updates all deps to pull in new multicodec, multiformats, buffer, etc.