diff options
| author | Lex Neva <github.com@lexneva.name> | 2018-08-21 20:07:00 -0400 |
|---|---|---|
| committer | Lex Neva <github.com@lexneva.name> | 2018-08-21 20:07:00 -0400 |
| commit | 35e338435ee73ab3312b562028efc4bf736b9ac8 (patch) | |
| tree | 9ed48b405d0fdc32364f959f874b87aa1781dad8 | |
| parent | 7294240b4d215e810b4d4ceecba2e102a869a955 (diff) | |
fix crowdin build task
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
