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

Commit

Permalink
chore: fix up browser tests
Browse files Browse the repository at this point in the history
  • Loading branch information
achingbrain committed Sep 24, 2020
1 parent 3301752 commit 9a03065
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 5 deletions.
18 changes: 13 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,20 +83,28 @@ jobs:

# manual install step, we do this to cache the installed files for subsequent steps
- stage: install
name: linux
os: linux
script:
- npm install

- stage: check
- stage: install
name: os x
os: osx
script:
- npm run link
- npm run lint -- $RUN_SINCE --concurrency 1
- npm run dep-check -- $RUN_SINCE -- -- -- -i electron-webrtc
- npm install

- stage: install
name: windows
os: windows
script:
- npm install

- stage: check
name: lint
script:
- npm run link
- npm run lint -- $RUN_SINCE --concurrency 1
- npm run dep-check -- $RUN_SINCE -- -- -- -i electron-webrtc

- stage: test
name: chrome
Expand Down
1 change: 1 addition & 0 deletions packages/ipfs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@
"wrtc": "^0.4.6"
},
"browser": {
"./src/cli.js": false,
"go-ipfs": false
},
"engines": {
Expand Down

0 comments on commit 9a03065

Please sign in to comment.