Skip to content

Commit

Permalink
Add node 12 to tests
Browse files Browse the repository at this point in the history
  • Loading branch information
fcastilloec committed May 31, 2019
1 parent f38603d commit db691a7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ addons:
- wine

env:
- DEBUG="electron-installer-windows" NODE_VERSION="12"
- DEBUG="electron-installer-windows" NODE_VERSION="10"
- DEBUG="electron-installer-windows" NODE_VERSION="8"

Expand Down
18 changes: 8 additions & 10 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,23 +5,21 @@ init:

environment:
DEBUG: 'electron-installer-windows'

matrix:
- platform: x86
nodejs_version: '10'
- platform: x64
nodejs_version: '10'
- platform: x86
nodejs_version: '8'
- platform: x64
nodejs_version: '8'
- nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"

platform:
- x86
- x64

branches:
only:
- master

install:
- ps: Install-Product node $env:nodejs_version
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) $env:PLATFORM
- npm install

build: off
Expand Down

0 comments on commit db691a7

Please sign in to comment.