Skip to main content
Module

x/yargs_parser/appveyor.yml

💪 the mighty option parser used by yargs
Go to Latest
File
environment: matrix: - nodejs_version: '5' - nodejs_version: '4' - nodejs_version: '0.12'install: - ps: Install-Product node $env:nodejs_version - set CI=true - npm -g install npm@latest - set PATH=%APPDATA%\npm;%PATH% - npm installmatrix: fast_finish: truebuild: offversion: '{build}'shallow_clone: trueclone_depth: 1test_script: - node --version - npm --version - npm test