Skip to content

Commit

Permalink
Merge pull request #747 from electron-userland/only-test-against-supp…
Browse files Browse the repository at this point in the history
…orted-node-versions

Only test against supported Node versions
  • Loading branch information
malept committed Nov 10, 2017
2 parents 4d31875 + 691aea9 commit 20af841
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 20af841

Please sign in to comment.