1
0
mirror of https://github.com/ru-de/faq.git synced 2024-11-08 19:51:01 +00:00
faq-de/.travis.yml
Evgeniy Sokolov d130bc59b9 spell-checker
2016-01-19 00:38:53 +01:00

11 lines
499 B
YAML

before_install:
- sudo apt-get -qq update
- sudo apt-get install -y hunspell hunspell-ru hunspell-en-us
- curl -s http://extensions.libreoffice.org/extension-center/russian-spellcheck-dictionary.-based-on-works-of-aot-group | grep -oP "http://extensions.libreoffice.org/extension-center/russian-spellcheck-dictionary.-based-on-works-of-aot-group/pscre[^\"]+" | sort -r | head -1 | wget -q -i - -O dictionary.otx
- unzip dictionary.otx
script:
- ./.travis.sh
notifications:
email: false