2014-11-17 14:03:48 -05:00
|
|
|
# We still need android to get the build tools/support libraries
|
|
|
|
language: android
|
2014-11-23 23:23:10 -05:00
|
|
|
android:
|
|
|
|
components:
|
2014-11-23 23:40:02 -05:00
|
|
|
- tools
|
|
|
|
- platform-tools
|
2014-11-23 23:23:10 -05:00
|
|
|
- extra-android-m2repository
|
2014-11-24 00:36:28 -05:00
|
|
|
- extra-android-support
|
2014-11-23 23:23:10 -05:00
|
|
|
- extra-google-m2repository
|
2014-11-24 00:36:28 -05:00
|
|
|
- build-tools-21.1.1
|
|
|
|
- android-21
|
|
|
|
|
|
|
|
before_script:
|
|
|
|
- ./android update sdk -u -t 1,2,3
|
2014-07-05 11:12:37 -04:00
|
|
|
|
2014-11-17 16:49:10 -05:00
|
|
|
script:
|
2014-11-21 18:01:35 -05:00
|
|
|
- ./gradlew test
|
2014-11-17 16:49:10 -05:00
|
|
|
|
|
|
|
after_success:
|
2014-11-21 18:01:35 -05:00
|
|
|
- ./gradlew jacocoTestReport coveralls
|