summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <github.com@lexneva.name>2018-09-17 20:11:08 -0400
committerLex Neva <github.com@lexneva.name>2018-09-17 20:11:08 -0400
commit00184d7ae815c80a53a37ca373a7ac63fb6a8649 (patch)
tree10d877df47b89cb5318f756f1644b9c7b858f292
parent5953d54c14d9c5a46e0405c55393ff7aae71b414 (diff)
install pyembroidery in crowdin build
-rw-r--r--.travis.yml3
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