Update CI Environment Setup for Node.js 6 (#438)

This commit is contained in:
Gedas Gardauskas
2019-04-08 23:14:38 +09:00
committed by エリス
parent a13665d530
commit fae190ead2
2 changed files with 50 additions and 75 deletions
+5 -5
View File
@@ -12,17 +12,17 @@ image:
- Visual Studio 2017
environment:
nodejs_version: "4"
nodejs_version: "6"
matrix:
- PLATFORM: windows-10-store
JUST_BUILD: --justBuild
install:
- npm cache clean -f
- node --version
- npm install -g cordova-paramedic@https://github.com/apache/cordova-paramedic.git
- npm install -g github:apache/cordova-paramedic
- npm install -g cordova
build: off
test_script:
- cordova-paramedic --config pr\%PLATFORM% --plugin . %JUST_BUILD%
- cordova-paramedic --config pr\%PLATFORM% --plugin . --justBuild