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

Enable push job only on master

This commit is contained in:
Thomas Müller 2015-11-10 16:54:59 +01:00
parent 32ab89fc30
commit b89246a656

View File

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