Skip to content

Commit

Permalink
No more travis notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
janlanger committed Nov 15, 2017
1 parent 78aba8e commit ce5980a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Expand Up @@ -24,3 +24,6 @@ script:
after_script:
- if [[ $TRAVIS_PHP_VERSION = '7.1' && $COMPOSER_DEPENDENCIES_OPTIONS = '' ]]; then wget https://scrutinizer-ci.com/ocular.phar; fi
- if [[ $TRAVIS_PHP_VERSION = '7.1' && $COMPOSER_DEPENDENCIES_OPTIONS = '' ]]; then php ocular.phar code-coverage:upload --format=php-clover build/log/clover.xml; fi

notifications:
email: false

0 comments on commit ce5980a

Please sign in to comment.