DocumentServer/.travis.yml
Pavel Lobashov 4ad4cbdc35 Add support of spell check via aspell (#462)
* Add support of spellcheck via aspell

* Fix incorrect changes

* Another incorrect change

* Add newline to end of travis config

* Actualize dictonary

* actualize spellcheck dictonary

* Add some more words

* Redone stages
2018-12-24 18:21:53 +03:00

18 lines
352 B
YAML

language: node_js
node_js: "10"
addons:
apt:
packages:
- aspell
- aspell-en
jobs:
include:
- stage: markdownlint
script:
- npm install -g markdownlint-cli
- markdownlint CHANGELOG.md
- stage: spellcheck
script: cat CHANGELOG.md | aspell --lang=en --encoding=utf-8 --personal=./.aspell.en.pws list