core: add check of .po files with msgcheck for Travis

v2.8-utf8proc
Sébastien Helleu 2014-05-05 19:47:06 +02:00
parent 4dbdf458d3
commit 13375fd077
1 changed files with 5 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: c
before_install:
- sudo apt-get update -qq
- sudo apt-get -y install devscripts equivs
- sudo apt-get -y install devscripts equivs python-virtualenv virtualenvwrapper
- sudo mk-build-deps -i debian/control
script:
@ -11,6 +11,10 @@ script:
- cmake .. -DENABLE_MAN=ON -DENABLE_DOC=ON
- make
- sudo make install
- mkvirtualenv msgcheck
- pip install msgcheck
- cd ..
- msgcheck po/*.po
after_success:
- weechat --help