Merge pull request #119 from kiwix/mhutti1/testimprovements

Fetch licenses from kiwix server
This commit is contained in:
Isaac Hutt 2017-04-27 17:49:15 +01:00 committed by GitHub
commit a63ce1f4ed
2 changed files with 3 additions and 5 deletions

View File

@ -2,13 +2,12 @@ language: android
jdk: oraclejdk8
android:
components:
sudo: required
install:
- pip install --user 'requests[security]'
- mkdir $ANDROID_HOME/licenses
- wget -r -nH -nd -np -R index.html* mhutti1.eu/api/licenses/ -P $ANDROID_HOME/licenses
- 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
- rm -fr $HOME/.gradle/caches/*/plugin-resolution/

View File

@ -69,7 +69,6 @@
</style>
<style name="DayMenu" parent="@android:style/TextAppearance.Widget.IconMenu.Item">
<item name="android:textColor">@color/primary_dark</item>
</style>