UNPKG

rump-server

Version:

Rump piece for adding a static server to the flow

27 lines (22 loc) 479 B
version: "{build}" environment: matrix: - nodejs_version: "0.10" - nodejs_version: "0.12" - nodejs_version: "3" install: - set PATH=%CD%\gm;%PATH% - ps: Install-Product node $env:nodejs_version - ps: >- if($env:nodejs_version -eq "0.10") { npm install -g npm@next $env:Path = "${env:Appdata}\npm;${env:Path}" } - npm install - node --version - npm --version test_script: - npm test - npm run codecov build: off