1
0

Let Travis upload templates to crowdin

This commit is contained in:
Johann Bauer
2017-05-18 21:04:09 +02:00
parent 4cfa513ff1
commit a6f9e41d6a
2 changed files with 6 additions and 0 deletions

View File

@@ -6,3 +6,5 @@ install:
- pip install tox
script:
- tox
after_success:
- if [ "$TRAVIS_BRANCH" = "master" ]; then pip install pycurl requests && contrib/make_locale; fi