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

Commit

Permalink
fix: interface tests (#1233)
Browse files Browse the repository at this point in the history
* chore: update go-ipfs-dep

* chore: build webworkers separately
  • Loading branch information
achingbrain authored Feb 3, 2020
1 parent 7d05429 commit d3eee0d
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 5 deletions.
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

0 comments on commit d3eee0d

Please sign in to comment.