1
0
mirror of https://github.com/ru-de/faq.git synced 2025-02-16 20:26:32 +00:00
faq-de/.travis.yml

12 lines
557 B
YAML
Raw Normal View History

2016-01-14 16:36:55 +01:00
before_install:
- sudo apt-get -qq update
2016-01-19 10:54:34 +01:00
- sudo apt-get install -y hunspell hunspell-ru hunspell-en-us hunspell-de-de
2016-01-16 21:39:48 +01:00
- 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
2016-01-19 16:31:33 +01:00
- git config core.quotepath false
2016-01-14 15:46:56 +01:00
script:
2016-01-19 09:15:30 +01:00
- sh files/.travis.sh
2016-01-14 15:46:56 +01:00
notifications:
email: false