Skip to content
This repository has been archived by the owner on Aug 11, 2021. It is now read-only.

chore: update deps #71

Merged
merged 3 commits into from
Apr 9, 2021
Merged

chore: update deps #71

merged 3 commits into from
Apr 9, 2021

Conversation

achingbrain
Copy link
Member

Updates all deps to pull in new multicodec, multiformats, buffer, etc.

Updates all deps to pull in new multicodec, multiformats, buffer, etc.
@achingbrain achingbrain requested a review from vmx April 8, 2021 11:44
@vmx
Copy link
Member

vmx commented Apr 8, 2021

@achingbrain The Travis CI could need an update. What is a good repo to use as a template?

@achingbrain
Copy link
Member Author

I've updated travis - the node tests pass and then... SIGSEGV on linux and MacOS X, very strange.

@rvagg
Copy link
Member

rvagg commented Apr 9, 2021

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

@vmx vmx merged commit 1bb6034 into master Apr 9, 2021
@vmx vmx deleted the chore/update-deps branch April 9, 2021 08:04
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants