github
-
Adding travis build passing icon in your githubDevelopment 2018. 12. 2. 20:51
Overviewit explain how to add travis build passing icon in your github, especially, regarding android app projectMy '.travis.yml'Before I explain anything, let me share my .travis.yml language: android android: components: - tools - platform-tools - build-tools-26.0.2 - build-tools-27.0.3 - android-24 licenses: - 'android-sdk-license-.+' - '.+' before_install: - chmod +x gradlew - yes | sdkmanag..