We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d690054 commit 77c83b4Copy full SHA for 77c83b4
.travis.yml
@@ -25,7 +25,7 @@ matrix:
25
- os: linux
26
dist: trusty
27
env:
28
- - ELECTRON="1.4.10"
+ - ELECTRON="3.0.0"
29
- os: osx
30
31
- DEPLOY="true"
appveyor.yml
@@ -2,10 +2,10 @@ environment:
2
GITHUB_TOKEN:
3
secure: E1HpiZf9OJuc8XPGA57hJbCQlMWVCPVBePHiWF/BgmJ/+e/2OplyifiS/x8CJtcw
4
matrix:
5
- - nodejs_version: "4"
+ - nodejs_version: "10"
6
deploy: "true"
7
- - nodejs_version: "6"
8
- electron: "1.4.10"
+ electron: "3.0.0"
9
10
platform:
11
- x64
0 commit comments