Skip to content
This repository was archived by the owner on Mar 10, 2020. It is now read-only.

fix: fix up interface tests #1233

Merged
merged 2 commits into from
Feb 3, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 14 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,13 +35,25 @@ jobs:
name: chrome
addons:
chrome: stable
script: npx aegir test -t browser -t webworker
script: npx aegir test -t browser

- stage: test
name: chrome webworker
addons:
chrome: stable
script: npx aegir test -t webworker

- stage: test
name: firefox
addons:
firefox: latest
script: npx aegir test -t browser -t webworker -- --browsers FirefoxHeadless
script: npx aegir test -t browser -- --browsers FirefoxHeadless

- stage: test
name: firefox webworker
addons:
firefox: latest
script: npx aegir test -t webworker -- --browsers FirefoxHeadless

- stage: test
name: electron-main
Expand Down
2 changes: 1 addition & 1 deletion examples/browser-pubsub/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jsipfs init
# Configure CORS to allow ipfs-http-client to access this IPFS node
jsipfs config --json API.HTTPHeaders.Access-Control-Allow-Origin '["http://127.0.0.1:8888"]'
# Start the IPFS node, enabling pubsub
jsipfs daemon --enable-pubsub-experiment
jsipfs daemon
```

### Install and start the Go IPFS node
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
"aegir": "^20.4.1",
"async": "^3.1.0",
"browser-process-platform": "~0.1.1",
"go-ipfs-dep": "^0.4.22",
"interface-ipfs-core": "^0.131.0",
"go-ipfs-dep": "^0.4.23",
"interface-ipfs-core": "^0.131.7",
"ipfsd-ctl": "^2.1.0",
"it-all": "^1.0.1",
"it-concat": "^1.0.0",
Expand Down