mainyaa/gulp-electron

View on GitHub
appveyor.yml

Summary

Maintainability
Test Coverage
# Test against this version of Node.js
environment:
  matrix:
  # node.js
  - nodejs_version: "5"
  - nodejs_version: "4"

install:
  - ps: Install-Product node $env:nodejs_version
  - set CI=true
  - npm -g install npm@latest
  - set PATH=%APPDATA%\npm;%PATH%
  # install modules
  - npm install

# Post-install test scripts.
test_script:
  # Output useful info for debugging.
  - node --version
  - npm --version
  # run tests
  - npm test

# Don't actually build.
build: off

cache:
  - example\cache