26 lines
372 B
YAML
26 lines
372 B
YAML
language: android
|
|
android:
|
|
components:
|
|
- build-tools-19.1
|
|
- android-19
|
|
- sysimg-19
|
|
- extra-android-support
|
|
- extra-google-google_play_services
|
|
- extra-google-m2repository
|
|
- extra-android-m2repository
|
|
|
|
branches:
|
|
only:
|
|
- dev
|
|
- master
|
|
|
|
jdk: oraclejdk7
|
|
|
|
env:
|
|
global:
|
|
- ANDROID_SDK_VERSION="r23.0.2"
|
|
|
|
notifications:
|
|
email: true
|
|
|
|
|