From 4dc6dd711792a50b200d7c8aa8d36d68c67e22c9 Mon Sep 17 00:00:00 2001 From: Sean Mac Gillicuddy Date: Thu, 23 May 2019 13:36:59 +0100 Subject: [PATCH] #1175 fix badly formed travis.yml --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index eae20668e..b499d6344 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,7 @@ env: 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 before_cache: - rm -f $HOME/.gradle/caches/modules-2/modules-2.lock