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:
|
||||
- sudo npm install yaspeller -g
|
||||
before_install:
|
||||
- sudo apt-get -qq update
|
||||
- sudo apt-get install -y hunspell hunspell-ru hunspell-en-us
|
||||
|
||||
script:
|
||||
- yaspeller .
|
||||
- git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&"
|
||||
|
||||
notifications:
|
||||
email: false
|
||||
|
Loading…
Reference in New Issue
Block a user