Skip to content

Commit

Permalink
Use minimum supported node version for Electron 7 (#1255)
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilioCristalli authored and kewde committed Nov 22, 2019
1 parent d3e6d9e commit 1c61598
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ matrix:
# electron Linux
- os: linux
compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="7.0.0"
env: NODE_VERSION="8" ELECTRON_VERSION="7.0.0"
dist: trusty
addons:
apt:
Expand Down Expand Up @@ -233,7 +233,7 @@ matrix:
# electron MacOs
- os: osx
compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="7.0.0"
env: NODE_VERSION="8" ELECTRON_VERSION="7.0.0"
- os: osx
compiler: clang
env: NODE_VERSION="6" ELECTRON_VERSION="6.1.0"
Expand Down

0 comments on commit 1c61598

Please sign in to comment.