1
0
mirror of https://github.com/ru-de/faq.git synced 2024-11-22 18:32:19 +00:00
This commit is contained in:
Evgeniy Sokolov 2016-01-14 16:52:10 +01:00
parent 34d014965e
commit 5343f0def8

View File

@ -1,6 +1,6 @@
before_install: before_install:
- sudo apt-get -qq update - sudo apt-get -qq update
- sudo apt-get install -y hundspell hunspell-ru hunspell-en-us - sudo apt-get install -y hunspell hunspell-ru hunspell-en-us
script: script:
- git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&" - git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&"