Skip to content Skip to sidebar Skip to footer

Github Release Android Project With Travis Not Working

We have the following travis.yml file: language: android android: components: - extra-android-m2repository - build-tools-21.1.2 - android-21 - sys-img-armeabi-v7a-android

Solution 1:

Ok, found the (rather obvious, now that I see it) issue: my build output was being deleted...

I used travis setup releases but somehow that did not add skip_cleanup: true to my deploy block.

Post a Comment for "Github Release Android Project With Travis Not Working"