mirror of
https://github.com/gsantner/dandelion
synced 2024-11-01 01:56:01 +01:00
travis -> gitter
This commit is contained in:
parent
483d9866d9
commit
7e8edab9cf
1 changed files with 8 additions and 0 deletions
|
@ -15,3 +15,11 @@ android:
|
||||||
- extra-android-m2repository
|
- extra-android-m2repository
|
||||||
|
|
||||||
script: ./gradlew build check --stacktrace
|
script: ./gradlew build check --stacktrace
|
||||||
|
|
||||||
|
notifications:
|
||||||
|
webhooks:
|
||||||
|
urls:
|
||||||
|
- https://webhooks.gitter.im/e/e462044d3105a7bb4b4f
|
||||||
|
on_success: change # options: [always|never|change] default: always
|
||||||
|
on_failure: always # options: [always|never|change] default: always
|
||||||
|
on_start: never # options: [always|never|change] default: always
|
||||||
|
|
Loading…
Reference in a new issue