1
0
mirror of https://github.com/ru-de/faq.git synced 2024-11-12 21:51:01 +00:00

use hunspell

This commit is contained in:
Evgeniy Sokolov 2016-01-14 16:22:01 +01:00
parent 7324b7536e
commit 44048e049c

View File

@ -1,8 +1,8 @@
install: install:
- sudo npm install yaspeller -g - sudo apt-get install hundspell hunspell-ru hunspell-en-us
script: script:
- yaspeller . - git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&"
notifications: notifications:
email: false email: false