enb
Version:
Faster BEM/BEViS assembler
26 lines (20 loc) • 428 B
YAML
environment:
matrix:
- nodejs_version: "0.10"
- nodejs_version: "0.12"
- nodejs_version: "1.0"
matrix:
allow_failures:
- nodejs_version: "0.12"
install:
- ps: Install-Product node $env:nodejs_version
- npm -g install npm@2
- set PATH=%APPDATA%\npm;%PATH%
test_script:
- node --version
- npm --version
- npm install
- npm run func-test
- npm run unit-test
build: "off"
version: "{build}"