Try node 7

This commit is contained in:
Gregory Schier
2017-08-16 12:06:20 -07:00
parent 71bf92de18
commit 5ea59aeb1b

View File

@@ -8,7 +8,7 @@ build: off
shallow_clone: true
platform: x64
environment:
NODEJS_VERSION: "8"
NODEJS_VERSION: "7"
CSC_LINK: '%WINDOWS_CSC_LINK%'
CSC_KEY_PASSWORD: '%WINDOWS_CSC_KEY_PASSWORD%'
@@ -26,7 +26,6 @@ install:
cache:
- '%APPDATA%\npm-cache -> package.json'
- '%USERPROFILE%\.electron -> package.json'
- 'node_modules -> package.json'
#---------------------------------#
# tests configuration #