chiark
/
gitweb
/
~cjwatson
/
blog.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
76a9384
)
package/ci: notify gitter on build status changes.
author
Vladimír Vondruš
<mosra@centrum.cz>
Sat, 16 Dec 2017 16:54:21 +0000
(17:54 +0100)
committer
Vladimír Vondruš
<mosra@centrum.cz>
Sat, 16 Dec 2017 16:54:21 +0000
(17:54 +0100)
package/ci/travis.yml
patch
|
blob
|
history
diff --git
a/package/ci/travis.yml
b/package/ci/travis.yml
index 236a4b838d3a2e8efcf90b352db5147b77bc21b1..7107ba4d885e2de3444424493a3cb1f7eafeccd2 100644
(file)
--- a/
package/ci/travis.yml
+++ b/
package/ci/travis.yml
@@
-42,3
+42,11
@@
script:
cache:
directories:
- $HOME/bin
+
+notifications:
+ webhooks:
+ urls:
+ - https://webhooks.gitter.im/e/73c7db47c27b45b9ceaf
+ on_success: change
+ on_failure: always
+ on_start: never