Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit 493a00b

Browse files
committed
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 <[email protected]>
1 parent ad65329 commit 493a00b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@
195195
"execa": "^2.0.4",
196196
"form-data": "^2.5.1",
197197
"hat": "0.0.3",
198-
"interface-ipfs-core": "^0.113.0",
198+
"interface-ipfs-core": "https://github.com/ipfs/interface-js-ipfs-core/tarball/8c83bcec854fb486551c762be6f0c41ba8694cd4/interface-js-ipfs-core.tar.gz",
199199
"ipfsd-ctl": "~0.46.0",
200200
"libp2p-websocket-star": "~0.10.2",
201201
"ncp": "^2.0.0",

0 commit comments

Comments
 (0)