1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-19 19:41:28 +00:00
faq-de/.travis.yml

12 lines
557 B
YAML
Raw Normal View History

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