Commit 1c61598d by Emilio Cristalli Committed by Kewde

Use minimum supported node version for Electron 7 (#1255)

See https://electronjs.org/releases/stable#release-notes-for-v700
parent d3e6d9ed
...@@ -132,7 +132,7 @@ matrix: ...@@ -132,7 +132,7 @@ matrix:
# electron Linux # electron Linux
- os: linux - os: linux
compiler: clang compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="7.0.0" env: NODE_VERSION="8" ELECTRON_VERSION="7.0.0"
dist: trusty dist: trusty
addons: addons:
apt: apt:
...@@ -233,7 +233,7 @@ matrix: ...@@ -233,7 +233,7 @@ matrix:
# electron MacOs # electron MacOs
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="7.0.0" env: NODE_VERSION="8" ELECTRON_VERSION="7.0.0"
- os: osx - os: osx
compiler: clang compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="6.1.0" env: NODE_VERSION="6" ELECTRON_VERSION="6.1.0"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment