From 65d6fdd8330582641c75782a3c99380d30cf1961 Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Wed, 11 Jan 2017 23:58:16 +0100 Subject: [PATCH] fix spell check --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index eb59332..e5cbdd5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,7 +1,11 @@ before_install: - sudo apt-get -qq update - sudo apt-get install -y hunspell hunspell-ru hunspell-en-us hunspell-de-de - - curl -s https://extensions.libreoffice.org/extensions/russian-spellcheck-dictionary.-based-on-works-of-aot-group | grep -oP " .dict_page + - cat .dict_page | grep -oP " .current_release + - echo -n $(cat .current_release) > .current_release + - echo -n "/@@download[^\"]+" >> .current_release + - cat .dict_page | grep -oP -f .current_release | wget -q -i - -O dictionary.otx - unzip dictionary.otx - git config core.quotepath false script: