Skip to content

Commit 9046c3b

Browse files
authored
Bumping electron-stream to v8.0.0 (#156)
* Bumping electron-stream to v8.0.0 * Trying to fix Travis.ci tests Changing nodejs-version from 6 to 8, 10, 12 and 1from 6 to 8, 10, 12 and 14 * Removing sudu: false since no longer relevant
1 parent 9535427 commit 9046c3b

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.travis.yml

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
1-
sudo: false
21
language: node_js
32
node_js:
4-
- 6
3+
- 8
4+
- 10
5+
- 12
6+
- 14
57
addons:
68
apt:
79
packages:

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"browser-launcher": "^2.0.0",
2121
"duplexer": "^0.1.1",
2222
"ecstatic": "^4.1.2",
23-
"electron-stream": "^7.0.1",
23+
"electron-stream": "^8.0.0",
2424
"enstore": "^1.0.1",
2525
"html-inject-script": "^1.1.0",
2626
"optimist": "^0.6.1",

0 commit comments

Comments
 (0)