From bfef29219b7860aac0b34afedca1c2bbbe254619 Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Tue, 19 Jan 2016 10:54:34 +0100 Subject: [PATCH] install de-de dict --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 29a944b..e1fcd1b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,6 @@ before_install: - sudo apt-get -qq update - - sudo apt-get install -y hunspell hunspell-ru hunspell-en-us + - sudo apt-get install -y hunspell hunspell-ru hunspell-en-us hunspell-de-de - 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: