github-desktop/appveyor.yml
2016-05-24 15:20:29 -04:00

25 lines
287 B
YAML

environment:
nodejs_version: "5"
branches:
only:
- master
skip_tags: true
version: "{build}"
install:
- ps: Install-Product node $env:nodejs_version
- npm install
build_script:
- npm run lint
- npm run pkg:release
test_script:
- npm test
cache:
- node_modules