Skip to content

Commit

Permalink
#1175 fix badly formed travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BBT-SeanMacGillicuddy committed May 23, 2019
1 parent 6e8b1ff commit 4dc6dd7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4dc6dd7

Please sign in to comment.