Skip to content

Commit 1c61598

Browse files
EmilioCristallikewde
authored andcommitted
Use minimum supported node version for Electron 7 (#1255)
See https://electronjs.org/releases/stable#release-notes-for-v700
1 parent d3e6d9e commit 1c61598

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ matrix:
132132
# electron Linux
133133
- os: linux
134134
compiler: clang
135-
env: NODE_VERSION="6" ELECTRON_VERSION="7.0.0"
135+
env: NODE_VERSION="8" ELECTRON_VERSION="7.0.0"
136136
dist: trusty
137137
addons:
138138
apt:
@@ -233,7 +233,7 @@ matrix:
233233
# electron MacOs
234234
- os: osx
235235
compiler: clang
236-
env: NODE_VERSION="6" ELECTRON_VERSION="7.0.0"
236+
env: NODE_VERSION="8" ELECTRON_VERSION="7.0.0"
237237
- os: osx
238238
compiler: clang
239239
env: NODE_VERSION="6" ELECTRON_VERSION="6.1.0"

0 commit comments

Comments
 (0)