From 516da1513525c3bbe4bb8430a76f16af1833d8d9 Mon Sep 17 00:00:00 2001 From: Evgeniy Sokolov Date: Sat, 16 Jan 2016 21:39:48 +0100 Subject: [PATCH] AOT dict to travis addded --- .travis.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index f736de2..4effc25 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,10 @@ before_install: - sudo apt-get -qq update - sudo apt-get install -y hunspell hunspell-ru hunspell-en-us - + - 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: - - git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&" + - git diff HEAD^ | hunspell -d russian-aot,en_US | grep "^&" notifications: email: false