diff --git a/.travis.yml b/.travis.yml index eae20668ec..b499d6344e 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