From 2f5b3dd1f7895f7de7f07c3fd83714e208c3ceed Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Wed, 29 May 2019 10:39:30 +0100 Subject: [PATCH] #1174 fix auto formatting of travis.yml --- .travis.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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: