forked from ksoichiro/Android-ObservableScrollView
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.travis.yml
23 lines (23 loc) · 807 Bytes
/
.travis.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
language: android
android:
components:
- build-tools-21.1.1
- tools
- android-19
- android-21
- sys-img-armeabi-v7a-android-19
- extra-android-support
- extra-android-m2repository
licenses:
- 'android-sdk-license-.+'
before_script:
- echo no | android create avd --force -n test -t android-19 --abi default/armeabi-v7a
- emulator -avd test -no-skin -no-audio -no-window &
- android-wait-for-emulator
script:
# Release build type is only for Google Play store currently,
# which resolve dependency from Maven Central.
# This causes build errors while developing a new feature, so disable release build.
- travis_retry ./gradlew --full-stacktrace -q assembleDevDebug connectedCheck
after_success:
- ./gradlew :observablescrollview:coveralls