summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLex Neva <lexelby@users.noreply.github.com>2018-09-17 20:15:03 -0400
committerGitHub <noreply@github.com>2018-09-17 20:15:03 -0400
commit009f67b57ed8d0edb7fcac141a1ecb2901e58e44 (patch)
tree10d877df47b89cb5318f756f1644b9c7b858f292
parent5953d54c14d9c5a46e0405c55393ff7aae71b414 (diff)
parent00184d7ae815c80a53a37ca373a7ac63fb6a8649 (diff)
Merge pull request #319 from inkstitch/lexelby/fix-cron
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