We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4164cba commit 86d57afCopy full SHA for 86d57af
.travis.yml
@@ -160,11 +160,11 @@ after_success:
160
- gcov-6 --version
161
- bash <(curl -s https://codecov.io/bash) -x $(which gcov-6)
162
163
- #notifications:
164
- #webhooks:
165
- #urls:
166
- #- https://webhooks.gitter.im/e/93dbafbdf76c1732a623
167
- #- https://webhooks.gitter.im/e/935231573bf1b9f2fe40
168
- #on_success: change # options: [always|never|change]
169
- #on_failure: always
170
- #on_start: always
+notifications:
+ webhooks:
+ urls:
+ - https://webhooks.gitter.im/e/93dbafbdf76c1732a623
+ - https://webhooks.gitter.im/e/935231573bf1b9f2fe40
+ on_success: change # options: [always|never|change]
+ on_failure: always
+ on_start: always
0 commit comments