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

Commit 22f8190

Browse files
committed
fix: ensure local js-ipfs is used
License: MIT Signed-off-by: Marcin Rataj <[email protected]>
1 parent 99052d1 commit 22f8190

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ jobs:
102102
- stage: test
103103
name: external - ipfs-webui
104104
script:
105-
- E2E_IPFSD_TYPE=js npm run test:external -- ipfs-webui https://github.com/ipfs-shipyard/ipfs-webui.git --branch "fix/test-external"
105+
- E2E_IPFSD_TYPE=js IPFS_JS_EXEC=$(realpath ./src/cli/bin.js) npm run test:external -- ipfs-webui https://github.com/ipfs-shipyard/ipfs-webui.git --branch "fix/test-external"
106106

107107
- stage: test
108108
name: external - ipfs-companion

0 commit comments

Comments
 (0)