1
0
mirror of https://github.com/ru-de/faq.git synced 2024-11-08 19:51:01 +00:00
faq-de/.travis.yml

9 lines
168 B
YAML
Raw Normal View History

2016-01-14 14:46:56 +00:00
install:
2016-01-14 15:22:01 +00:00
- sudo apt-get install hundspell hunspell-ru hunspell-en-us
2016-01-14 14:46:56 +00:00
script:
2016-01-14 15:22:01 +00:00
- git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&"
2016-01-14 14:46:56 +00:00
notifications:
email: false