electron-platform
Version:
Platform detection for Electron and Web Browser
30 lines (21 loc) • 397 B
YAML
build: off
os: unstable
platform:
- x86
- x64
branches:
only:
- master
skip_tags: true
environment:
nodejs_version: "6"
cache:
- node_modules -> package.json
install:
- ps: Install-Product node $env:nodejs_version
- npm install npm
- .\node_modules\.bin\npm install
test_script:
- node --version
- .\node_modules\.bin\npm --version
- .\node_modules\.bin\npm test