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

Commit 069152c

Browse files
committed
fix: electron ci config, update dep
1 parent ffddda8 commit 069152c

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.travis.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,14 @@ jobs:
4545
- npx aegir test -t webworker -- --browsers FirefoxHeadless
4646

4747
- stage: test
48-
name: electron
48+
name: electron-main
4949
script:
50-
- xvfb-run npx aegir test -t electron-main
51-
- xvfb-run npx aegir test -t electron-renderer
50+
- xvfb-run npx aegir test -t electron-main -- --bail
51+
52+
- stage: test
53+
name: electron-renderer
54+
script:
55+
- xvfb-run npx aegir test -t electron-renderer -- --bail
5256

5357
notifications:
5458
email: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@
6161
"@hapi/hapi": "^18.3.1",
6262
"@hapi/joi": "^15.0.1",
6363
"async": "^2.6.1",
64-
"async-iterator-all": "0.0.2",
64+
"async-iterator-all": "1.0.0",
6565
"async-iterator-to-pull-stream": "^1.1.0",
6666
"async-iterator-to-stream": "^1.1.0",
6767
"base32.js": "~0.1.0",

0 commit comments

Comments
 (0)