Created
November 13, 2016 13:24
-
-
Save emartynov/53228f63197ab2befbdb7727306a4b5f to your computer and use it in GitHub Desktop.
Original gist file
This file contains 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 | |
jdk: oraclejdk8 | |
android: | |
components: | |
- tools | |
- platform-tools | |
- tools | |
- build-tools-25.0.0 | |
- android-25 | |
- extra-android-m2repository | |
before_script: | |
- chmod +x gradlew | |
script: | |
- ./gradlew clean test |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment