Last active
January 13, 2016 10:16
-
-
Save miquelbeltran/fa4ad04645f3d9e504a9 to your computer and use it in GitHub Desktop.
Android Travis-ci example
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
language: android | |
android: | |
components: | |
- platform-tools | |
- build-tools-23.0.1 | |
- android-23 | |
- extra-android-m2repository | |
script: | |
- ./gradlew build | |
before_install: | |
- chmod +x gradlew | |
branches: | |
only: | |
- master |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment