Files
sapper-template/appveyor.yml
Rich Harris 5316be97b2 update sapper, to see if it fixes test failures
NARRATOR: it did not
2017-12-18 07:12:38 -05:00

18 lines
251 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
- yarn
- yarn test