We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent eb8ae26 commit 7b08854Copy full SHA for 7b08854
.travis.yml
@@ -51,4 +51,12 @@ script:
51
- 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
52
- if [ "$UNIT_TESTS" = true ]; then bin/phpunit --exclude-group=functional; fi
53
- 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
62
0 commit comments