We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3670a98 commit 4ed4484Copy full SHA for 4ed4484
.travis.yml
@@ -15,3 +15,11 @@ after_script:
15
- php vendor/bin/coveralls
16
- wget https://scrutinizer-ci.com/ocular.phar
17
- php ocular.phar code-coverage:upload --format=php-clover ./build/logs/clover.xml
18
+
19
+notifications:
20
+ webhooks:
21
+ urls:
22
+ - https://webhooks.gitter.im/e/30886f28c25b1e31088f
23
+ on_success: change # options: [always|never|change] default: always
24
+ on_failure: always # options: [always|never|change] default: always
25
+ on_start: never # options: [always|never|change] default: always
0 commit comments