AndroidAPS/.travis.yml

18 lines
329 B
YAML
Raw Normal View History

2016-12-28 15:58:44 +01:00
language: android
jdk: oraclejdk8
env:
matrix:
2017-04-21 12:15:08 +02:00
- ANDROID_TARGET=android-25 ANDROID_ABI=x86
2016-12-28 15:58:44 +01:00
android:
components:
- platform-tools
- tools
- build-tools-25.0.2
2017-04-21 12:15:08 +02:00
- android-25
2016-12-28 15:58:44 +01:00
- extra-google-m2repository
- extra-android-m2repository
- extra-google-google_play_services
script:
# Unit Test
- ./gradlew test