1
0
mirror of https://github.com/owncloud/android-library.git synced 2026-08-11 16:33:03 +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
+4
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