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 5343f0def8 fix typo
2016-01-14 16:52:10 +01:00

10 lines
205 B
YAML

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