UNPKG

win-find-jscript-compiler

Version:
24 lines (19 loc) 414 B
version: "{build}" build: off skip_tags: true environment: matrix: - nodejs_version: "6" - nodejs_version: "7" - nodejs_version: "8" - nodejs_version: "9" - nodejs_version: "10" platform: - x86 - x64 install: - ps: Install-Product node $env:nodejs_version $env:platform - set PATH=%APPDATA%\npm;%PATH%;%APPVEYOR_BUILD_FOLDER%\node_modules\.bin - npm i test_script: - npm test