diff options
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 158d87c6..ee8edefa 100644 --- a/.travis.yml +++ b/.travis.yml @@ -158,9 +158,12 @@ script: wget https://downloads.crowdin.com/cli/v2/crowdin-cli.zip unzip -j crowdin-cli.zip + + make messages.po java -jar crowdin-cli.jar upload -b master - java -jar crowdin-cli.jar pull -b master + make clean + java -jar crowdin-cli.jar pull -b master # Try to only commit if translations changed. Crowdin will update all # files when a new translation string is added but we don't need to # commit those until folks actually translate the new strings. |
