Files
sapper-template/appveyor.yml
2017-12-17 19:49:40 -05:00

17 lines
244 B
YAML

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