diff --git a/.travis.yml b/.travis.yml index 18be4b3a8..1629e21c9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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: