Skip to content

Commit d3eee0d

Browse files
authored
fix: interface tests (ipfs#1233)
* chore: update go-ipfs-dep * chore: build webworkers separately
1 parent 7d05429 commit d3eee0d

File tree

3 files changed

+17
-5
lines changed

3 files changed

+17
-5
lines changed

.travis.yml

+14-2
Original file line numberDiff line numberDiff line change
@@ -35,13 +35,25 @@ jobs:
3535
name: chrome
3636
addons:
3737
chrome: stable
38-
script: npx aegir test -t browser -t webworker
38+
script: npx aegir test -t browser
39+
40+
- stage: test
41+
name: chrome webworker
42+
addons:
43+
chrome: stable
44+
script: npx aegir test -t webworker
3945

4046
- stage: test
4147
name: firefox
4248
addons:
4349
firefox: latest
44-
script: npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless
50+
script: npx aegir test -t browser -- --browsers FirefoxHeadless
51+
52+
- stage: test
53+
name: firefox webworker
54+
addons:
55+
firefox: latest
56+
script: npx aegir test -t webworker -- --browsers FirefoxHeadless
4557

4658
- stage: test
4759
name: electron-main

examples/browser-pubsub/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jsipfs init
6464
# Configure CORS to allow ipfs-http-client to access this IPFS node
6565
jsipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://127.0.0.1:8888"]'
6666
# Start the IPFS node, enabling pubsub
67-
jsipfs daemon --enable-pubsub-experiment
67+
jsipfs daemon
6868
```
6969

7070
### Install and start the Go IPFS node

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@
6767
"aegir": "^20.4.1",
6868
"async": "^3.1.0",
6969
"browser-process-platform": "~0.1.1",
70-
"go-ipfs-dep": "^0.4.22",
71-
"interface-ipfs-core": "^0.131.0",
70+
"go-ipfs-dep": "^0.4.23",
71+
"interface-ipfs-core": "^0.131.7",
7272
"ipfsd-ctl": "^2.1.0",
7373
"it-all": "^1.0.1",
7474
"it-concat": "^1.0.0",

0 commit comments

Comments
 (0)