This repository has been archived by the owner on Feb 12, 2024. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(ci): avoid parallel ipfs.add* on Windows
TravisCI often fails on Windows due to parallel add* of the same data clashing with the way Node manages fs access on Windows. Switching to one after should stabilize test suite on Windows by removing surface for those race conditions. License: MIT Signed-off-by: Marcin Rataj <lidel@lidel.org>
- Loading branch information