ipld / js-ipld-block

Implementation of the Block data structure in JavaScript.
MIT License
13 stars 16 forks source link

test: fix circleci #35

Closed vith closed 6 years ago

vith commented 7 years ago

Testing locally with the circleci cli tool required migrating to the 2.0 configuration format. So I did that, and it worked.

Let's see if they also pass at the remote CircleCI service with this PR...

vith commented 7 years ago

Woops, it's not doing npm install automatically anymore. It was copying ./node_modules from my dirty working dir and would have failed otherwise.

Also apparently CircleCI doesn't run on PRs anyway.

daviddias commented 7 years ago

@VictorBjelkholm could you verify what's happening here?

daviddias commented 6 years ago

Thanks @vith! This got fixed with https://github.com/ipfs/js-ipfs-block/pull/36.