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-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
|