From 13375fd077fc9df74b16336dafe45b7444101861 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Mon, 5 May 2014 19:47:06 +0200 Subject: [PATCH] core: add check of .po files with msgcheck for Travis --- .travis.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6f8132cb2..59da62835 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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