From 5ca6a73b734ffe8fa04f70fc8b5c025ca078feb0 Mon Sep 17 00:00:00 2001 From: Dmitri Bogomolov <4glitch@gmail.com> Date: Wed, 17 Feb 2021 19:21:02 +0200 Subject: [PATCH] Update translations before install --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index a8e2fa86..d8dfccc7 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,13 @@ addons: - build-essential - libcap-dev - python-qt4 + - pyqt5-dev-tools + - qttools5-dev-tools - tor - xvfb +before_install: + - pylupdate5 src/translations/bitmessage.pro + - lrelease src/translations/*.ts install: - pip install -r requirements.txt - python setup.py install