karma-electron
Version:
Karma launcher and preprocessor for Electron
22 lines (16 loc) • 315 B
YAML
version: "{build}"
environment:
matrix:
- nodejs_version: "12"
- nodejs_version: "10"
- nodejs_version: "8"
matrix:
fast_finish: true
install:
- ps: Install-Product node $env:nodejs_version
- node --version
- npm --version
- npm install
test_script:
- npm run test-windows
build: off