Skip to content

Commit

Permalink
⬆️ Node and Electron used in CI (#282)
Browse files Browse the repository at this point in the history
  • Loading branch information
lgeiger authored and rgbkrk committed Sep 29, 2018
1 parent d690054 commit 77c83b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -25,7 +25,7 @@ matrix:
- os: linux
dist: trusty
env:
- ELECTRON="1.4.10"
- ELECTRON="3.0.0"
- os: osx
env:
- DEPLOY="true"
Expand Down
6 changes: 3 additions & 3 deletions appveyor.yml
Expand Up @@ -2,10 +2,10 @@ environment:
GITHUB_TOKEN:
secure: E1HpiZf9OJuc8XPGA57hJbCQlMWVCPVBePHiWF/BgmJ/+e/2OplyifiS/x8CJtcw
matrix:
- nodejs_version: "4"
- nodejs_version: "10"
deploy: "true"
- nodejs_version: "6"
electron: "1.4.10"
- nodejs_version: "10"
electron: "3.0.0"

platform:
- x64
Expand Down

0 comments on commit 77c83b4

Please sign in to comment.