Skip to content

Commit

Permalink
Only test against supported Node versions
Browse files Browse the repository at this point in the history
Electron Packager only supports Node versions which are supported the
Node.js team, when testing via CI

See: https://github.com/nodejs/Release
  • Loading branch information
malept committed Nov 6, 2017
1 parent 4d31875 commit 691aea9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -7,10 +7,9 @@ osx_image: xcode8
language: node_js
node_js:
- '4'
- '5'
- '6'
- '7'
- '8'
- '9'
cache:
- apt: true
- directories:
Expand Down
3 changes: 1 addition & 2 deletions test/ci/appveyor.yml
Expand Up @@ -4,10 +4,9 @@ platform:
environment:
matrix:
- nodejs_version: "4"
- nodejs_version: "5"
- nodejs_version: "6"
- nodejs_version: "7"
- nodejs_version: "8"
- nodejs_version: "9"
cache:
- '%APPDATA%\npm-cache'
- '%USERPROFILE%\.electron'
Expand Down

0 comments on commit 691aea9

Please sign in to comment.