mirror of
https://github.com/ru-de/faq.git
synced 2024-11-09 20:21:01 +00:00
Merge pull request #42 from ewgRa/test-travis
travis initial for spell checking
This commit is contained in:
commit
2b0340e9c0
@ -1,8 +1,9 @@
|
|||||||
install:
|
before_install:
|
||||||
- sudo npm install yaspeller -g
|
- sudo apt-get -qq update
|
||||||
|
- sudo apt-get install -y hunspell hunspell-ru hunspell-en-us
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- yaspeller .
|
- git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&"
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
email: false
|
email: false
|
||||||
|
Loading…
Reference in New Issue
Block a user