Skip to content

Commit 7b08854

Browse files
authored
add gitter notification
1 parent eb8ae26 commit 7b08854

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.travis.yml

+8
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,12 @@ script:
5151
- if [ "$PHP_CS_FIXER" = true ]; then ./bin/php-cs-fixer fix --config=.php_cs.dist -v --dry-run --stop-on-violation --using-cache=no --path-mode=intersection -- "${COMMIT_SCA_FILES[@]}"; fi
5252
- if [ "$UNIT_TESTS" = true ]; then bin/phpunit --exclude-group=functional; fi
5353
- if [ "$FUNCTIONAL_TESTS" = true ]; then bin/dev -t; fi
54+
55+
notifications:
56+
webhooks:
57+
urls:
58+
- https://webhooks.gitter.im/e/3f8b3668e7792de23a49
59+
on_success: change
60+
on_failure: always
61+
on_start: never
5462

0 commit comments

Comments
 (0)