9d5d7534b9
- git snapshot
27 lines
868 B
Diff
27 lines
868 B
Diff
From da5a44cfb727561e3a2b8e6e24003cd410537cfc Mon Sep 17 00:00:00 2001
|
|
From: Harald Hoyer <harald@redhat.com>
|
|
Date: Tue, 14 Aug 2018 17:06:58 +0200
|
|
Subject: [PATCH] .travis.yml: add gitter notifications
|
|
|
|
---
|
|
.travis.yml | 8 ++++++++
|
|
1 file changed, 8 insertions(+)
|
|
|
|
diff --git a/.travis.yml b/.travis.yml
|
|
index a71d9be2..96dcd951 100644
|
|
--- a/.travis.yml
|
|
+++ b/.travis.yml
|
|
@@ -10,3 +10,11 @@ before_script:
|
|
- docker pull fedora:$IMAGE
|
|
script:
|
|
- docker run --privileged -it -v $(pwd)/:/dracut fedora:$IMAGE /dracut/fedora-test.sh $IMAGE-$$
|
|
+notifications:
|
|
+ webhooks:
|
|
+ urls:
|
|
+ - https://webhooks.gitter.im/e/effa917ca3e0ed5fd00e
|
|
+ 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
|
|
+
|
|
|