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

Merge pull request #93 from owncloud/DeepDiver1975-patch-1

Enable push job only on master
This commit is contained in:
David A. Velasco 2015-11-10 17:20:48 +01:00
commit c2b8b3625d

View File

@ -4,6 +4,10 @@ android:
components:
- build-tools-22.0.1
- android-19
branches:
only:
- master
before_install:
- echo no | android create avd --force -n test -t $ANDROID_TARGET --abi $ANDROID_ABI
-c 20M