summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-09-17 21:08:22 -0400
committerLex Neva <github.com@lexneva.name>2018-09-17 21:08:22 -0400
commit4272c81383d6e1f6c36da2f46b7edf0266a74693 (patch)
treebfb346e79a28ca6f1a9425f38d1a744026407e08 /.travis.yml
parent03f6709a888c66ff64f3e34f9d1c3cd9c2477625 (diff)
verbose
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index b1b5c3b0..52a1e1fc 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -161,9 +161,12 @@ script:
pip install flask==0.* jinja2 Babel ./pyembroidery
make messages.po
- java -jar crowdin-cli.jar upload -b master
+ echo "uploading messages.po to crowdin"
+ java -jar crowdin-cli.jar -v upload -b master
- java -jar crowdin-cli.jar pull -b master
+
+ echo "downloading new translations"
+ java -jar crowdin-cli.jar -v 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.