Skip to content

Commit 035cdc4

Browse files
committed
remove notifications from travis
1 parent bcaef68 commit 035cdc4

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.travis.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,3 @@ script: phpunit --coverage-clover=coverage.clover
4242
after_script:
4343
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then wget https://scrutinizer-ci.com/ocular.phar; fi
4444
- if [ "$TRAVIS_PHP_VERSION" != "nightly" ]; then php ocular.phar code-coverage:upload --format=php-clover coverage.clover; fi
45-
46-
notifications:
47-
email:
48-

0 commit comments

Comments
 (0)