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-22 10:18:31 +02:00
- ANDROID_TARGET=android-23 ANDROID_ABI=x86
2016-12-28 15:58:44 +01:00
android:
components:
- platform-tools
- tools
- build-tools-25.0.2
2017-04-22 10:18:31 +02:00
- android-23
2016-12-28 15:58:44 +01:00
- extra-google-m2repository
- extra-android-m2repository
- extra-google-google_play_services
script:
# Unit Test
- ./gradlew test