1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-19 19:41:28 +00:00
faq-de/.travis.yml
Evgeniy Sokolov 44048e049c use hunspell
2016-01-14 16:22:01 +01:00

9 lines
168 B
YAML

install:
- sudo apt-get install hundspell hunspell-ru hunspell-en-us
script:
- git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&"
notifications:
email: false