diff options
| -rw-r--r-- | .travis.yml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index ee8edefa..163b014f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -30,7 +30,7 @@ matrix: env: BUILD=osx if: type != cron AND (tag =~ ^v[0-9.]+$ OR branch != master) - - language: java + - language: generic sudo: false env: CROWDIN=true if: type = cron @@ -159,6 +159,7 @@ script: wget https://downloads.crowdin.com/cli/v2/crowdin-cli.zip unzip -j crowdin-cli.zip + pip install ./pyembroidery make messages.po java -jar crowdin-cli.jar upload -b master make clean |
