We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 60f2a54 commit 0abd9b4Copy full SHA for 0abd9b4
.travis.yml
@@ -12,6 +12,9 @@ env:
12
- BUILD_ARCH_LIST='x86_64'
13
- BUILD_ARCH_LIST='arm64-v8a'
14
before_install:
15
+ - pip install --user transifex-client
16
+ - printf "[https://www.transifex.com]\nhostname = https://www.transifex.com\npassword = ${TRAVIS_TRANSIFEX_API}\nusername = api\n" > ~/.transifexrc
17
+ - pushd app/src/main/jni/OpenXcom && tx pull -a && bin/translations_merge.sh && popd
18
- openssl enc -d -aes-256-cbc -in private.enc -out private.7z -md sha256 -pass $TRAVIS_PRIVATE_PASS
19
- 7z x private.7z > /dev/null
20
- yes | ${ANDROID_HOME}/tools/bin/sdkmanager --update
0 commit comments