Skip to content

Commit 4ed4484

Browse files
authored
Update .travis.yml
1 parent 3670a98 commit 4ed4484

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

Diff for: .travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,11 @@ after_script:
1515
- php vendor/bin/coveralls
1616
- wget https://scrutinizer-ci.com/ocular.phar
1717
- 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

Comments
 (0)