From 35e338435ee73ab3312b562028efc4bf736b9ac8 Mon Sep 17 00:00:00 2001 From: Lex Neva Date: Tue, 21 Aug 2018 20:07:00 -0400 Subject: fix crowdin build task --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ccacede3..e6aac1eb 100644 --- a/.travis.yml +++ b/.travis.yml @@ -156,7 +156,8 @@ script: git config --global user.email "inkstitch-crowdin@lex.gd" git config --global user.name "Ink/Stitch Crowdin integration" - wget https://crowdin.com/downloads/crowdin-cli.jar + wget https://downloads.crowdin.com/cli/v2/crowdin-cli.zip + unzip -j crowdin-cli.zip java -jar crowdin-cli.jar pull -b master # Try to only commit if translations changed. Crowdin will update all -- cgit v1.2.3