pinafore/appveyor.yml

19 lines
269 B
YAML
Raw Normal View History

2018-01-06 23:51:25 +00:00
version: "{build}"
shallow_clone: true
init:
- git config --global core.autocrlf false
build: off
environment:
matrix:
# node.js
- nodejs_version: stable
install:
- ps: Install-Product node $env:nodejs_version
- npm install cypress
- npm install