|
@@ -11,12 +11,12 @@ if [ $? -eq 0 ] && [ $TRAVIS_BRANCH == master ]
|
11
|
11
|
then
|
12
|
12
|
echo "Submitting translation files to Transifex"
|
13
|
13
|
make messages
|
14
|
|
- pip install "transifex-client==0.10"
|
|
14
|
+ pip install "transifex-client>=0.13,<0.14"
|
15
|
15
|
# Write .transifexrc file
|
16
|
16
|
echo "[https://www.transifex.com]
|
|
17
|
+api_hostname = https://www.transifex.com
|
17
|
18
|
hostname = https://www.transifex.com
|
18
|
19
|
password = $TRANSIFEX_PASSWORD
|
19
|
|
-token =
|
20
|
|
-username = oscar_bot" > ~/.transifexrc
|
|
20
|
+username = api" > ~/.transifexrc
|
21
|
21
|
tx push --source --no-interactive
|
22
|
22
|
fi
|