Skip to content
This repository was archived by the owner on Nov 14, 2020. It is now read-only.

Commit 7fc911d

Browse files
author
njasm
committed
travis.yml notifications added
1 parent 7e44c28 commit 7fc911d

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.travis.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,3 +28,11 @@ after_script:
2828
# scrutinizer-ci
2929
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
3030
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi
31+
32+
notifications:
33+
webhooks:
34+
urls:
35+
- https://webhooks.gitter.im/e/eeff60d0e5dc4669aa8a
36+
on_success: always # options: [always|never|change] default: always
37+
on_failure: always # options: [always|never|change] default: always
38+
on_start: false # default: false

0 commit comments

Comments
 (0)