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

fix travis

This commit is contained in:
Evgeniy Sokolov 2016-01-14 16:36:55 +01:00
parent 44048e049c
commit 34d014965e

View File

@ -1,5 +1,6 @@
install: before_install:
- sudo apt-get install hundspell hunspell-ru hunspell-en-us - sudo apt-get -qq update
- sudo apt-get install -y hundspell 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 "^&"