11 lines
161 B
YAML
11 lines
161 B
YAML
|
language: android
|
||
|
android:
|
||
|
components:
|
||
|
- build-tools-23.0.1
|
||
|
- android-22
|
||
|
- extra-android-m2repository
|
||
|
|
||
|
jdk: oraclejdk7
|
||
|
|
||
|
script: ./gradlew testDebug
|