Created
September 20, 2018 13:27
-
-
Save pedrovgs/349e73304c1a85d061f7f0f656e068af to your computer and use it in GitHub Desktop.
Android Travis CI config
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: | |
| - tools | |
| - platform-tools | |
| - build-tools-27.0.3 | |
| - android-28 | |
| - extra-android-support | |
| - extra-google-m2repository | |
| - extra-android-m2repository | |
| script: | |
| - ./gradlew test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment