mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-16 10:56:50 -04:00
#1174 fix auto formatting of travis.yml
This commit is contained in:
parent
612e43e2bd
commit
2f5b3dd1f7
@ -13,14 +13,12 @@ env:
|
|||||||
# - ANDROID_ABI=arm64-v8a
|
# - ANDROID_ABI=arm64-v8a
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- openssl aes-256-cbc -K $encrypted_87d19ee99c79_key -iv $encrypted_87d19ee99c79_iv
|
- openssl aes-256-cbc -K $encrypted_87d19ee99c79_key -iv $encrypted_87d19ee99c79_iv -in secrets.tar.enc -out .\\secrets.tar -d
|
||||||
-in secrets.tar.enc -out .\\secrets.tar -d
|
|
||||||
- tar xvf secrets.tar
|
- tar xvf secrets.tar
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- pip install --user 'requests[security]'
|
- pip install --user 'requests[security]'
|
||||||
- wget -r -nH -nd -np -R index.html* robots.txt* http://download.kiwix.org/dev/android/api/licenses/
|
- wget -r -nH -nd -np -R index.html* robots.txt* http://download.kiwix.org/dev/android/api/licenses/ -e robots=off -P $ANDROID_HOME/licenses || true
|
||||||
-e robots=off -P $ANDROID_HOME/licenses || true
|
|
||||||
|
|
||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user