1
0
mirror of https://github.com/ru-de/faq.git synced 2024-09-19 19:41:28 +00:00

Merge pull request #42 from ewgRa/test-travis

travis initial for spell checking
This commit is contained in:
ewgRa 2016-01-14 17:13:06 +01:00
commit 2b0340e9c0
2 changed files with 5 additions and 3 deletions

View File

@ -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

1
test Normal file
View File

@ -0,0 +1 @@
test #34