mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-15 02:18:04 -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
|
||||
|
||||
before_install:
|
||||
- openssl aes-256-cbc -K $encrypted_87d19ee99c79_key -iv $encrypted_87d19ee99c79_iv
|
||||
-in secrets.tar.enc -out .\\secrets.tar -d
|
||||
- openssl aes-256-cbc -K $encrypted_87d19ee99c79_key -iv $encrypted_87d19ee99c79_iv -in secrets.tar.enc -out .\\secrets.tar -d
|
||||
- tar xvf secrets.tar
|
||||
|
||||
install:
|
||||
- pip install --user 'requests[security]'
|
||||
- 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
|
||||
- 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
|
||||
|
||||
addons:
|
||||
apt:
|
||||
|
Loading…
x
Reference in New Issue
Block a user