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

Commit

Permalink
travis.yml notifications added
Browse files Browse the repository at this point in the history
  • Loading branch information
njasm committed Nov 14, 2014
1 parent 7e44c28 commit 7fc911d
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,3 +28,11 @@ after_script:
# scrutinizer-ci
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml; fi

notifications:
webhooks:
urls:
- https://webhooks.gitter.im/e/eeff60d0e5dc4669aa8a
on_success: always # options: [always|never|change] default: always
on_failure: always # options: [always|never|change] default: always
on_start: false # default: false

0 comments on commit 7fc911d

Please sign in to comment.