Skip to content

Commit c81d5a0

Browse files
author
Guillaume Lemaitre
committed
Update webhook
1 parent b48e384 commit c81d5a0

File tree

2 files changed

+13
-0
lines changed

2 files changed

+13
-0
lines changed

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,3 +36,11 @@ env:
3636
install: source build_tools/travis/install.sh
3737
script: bash build_tools/travis/test_script.sh
3838
after_success: source build_tools/travis/after_success.sh
39+
40+
notifications:
41+
webhooks:
42+
urls:
43+
- https://webhooks.gitter.im/e/62d5ff9bc76b1ad6eb32
44+
on_success: change # options: [always|never|change] default: always
45+
on_failure: always # options: [always|never|change] default: always
46+
on_start: never # options: [always|never|change] default: always

circle.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,3 +55,8 @@ general:
5555
branches:
5656
ignore:
5757
- gh-pages
58+
notify:
59+
webhooks:
60+
# A list of hook hashes, containing the url field
61+
# gitter hook
62+
- url: https://webhooks.gitter.im/e/e7b85a95168ee375ea16

0 commit comments

Comments
 (0)