Skip to content

Commit 77c83b4

Browse files
lgeigerrgbkrk
authored andcommitted
⬆️ Node and Electron used in CI (#282)
1 parent d690054 commit 77c83b4

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
- os: linux
2626
dist: trusty
2727
env:
28-
- ELECTRON="1.4.10"
28+
- ELECTRON="3.0.0"
2929
- os: osx
3030
env:
3131
- DEPLOY="true"

appveyor.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,10 @@ environment:
22
GITHUB_TOKEN:
33
secure: E1HpiZf9OJuc8XPGA57hJbCQlMWVCPVBePHiWF/BgmJ/+e/2OplyifiS/x8CJtcw
44
matrix:
5-
- nodejs_version: "4"
5+
- nodejs_version: "10"
66
deploy: "true"
7-
- nodejs_version: "6"
8-
electron: "1.4.10"
7+
- nodejs_version: "10"
8+
electron: "3.0.0"
99

1010
platform:
1111
- x64

0 commit comments

Comments
 (0)