#1174 fix auto formatting of travis.yml

This commit is contained in:
Sean Mac Gillicuddy 2019-05-29 10:39:30 +01:00
parent 612e43e2bd
commit 2f5b3dd1f7

View File

@ -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: