markdown-spellcheck
Version:
Spell-checks markdown files with an interactive CLI allowing automated spell checking.
26 lines (18 loc) • 365 B
YAML
version: "{build}"
clone_depth: 10
environment:
matrix:
- nodejs_version: '4'
- nodejs_version: ''
install:
- ps: Install-Product node $env:nodejs_version
- npm i npm@3 -g
- npm install
build: off
test_script:
- node --version && npm --version
- npm test
cache:
- node_modules # local npm modules
matrix:
fast_finish: true