1
0
mirror of https://github.com/owncloud/android-library.git synced 2025-07-16 06:25:44 +00:00

removed support lib updates in travis build since support lib isn't used/referenced

This commit is contained in:
Andy Scherzinger 2016-04-25 16:08:08 +02:00
parent 95b57e7b3d
commit 037b1baadf

@ -13,8 +13,6 @@ branches:
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
-c 20M
- echo yes | android update sdk --filter extra-android-support --no-ui --force > /dev/null
- echo yes | android update sdk --filter extra-android-m2repository --no-ui --force > /dev/null
- emulator -avd test -no-skin -no-audio -no-window &
- rm pom.xml
- android update project -p .