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

10 lines
205 B
YAML
Raw Normal View History

2016-01-14 15:36:55 +00:00
before_install:
- sudo apt-get -qq update
2016-01-14 15:52:10 +00:00
- sudo apt-get install -y hunspell hunspell-ru hunspell-en-us
2016-01-14 14:46:56 +00:00
script:
2016-01-14 15:22:01 +00:00
- git diff HEAD^ | hunspell -d ru_RU,en_US | grep "^&"
2016-01-14 14:46:56 +00:00
notifications:
email: false