@ -27,11 +27,3 @@ before_script:
script:
- phpunit --verbose $PHPUNIT_FLAGS
after_script:
- |
if [ $TRAVIS_PHP_VERSION = '5.6' ]; then
cd ../../..
travis_retry wget https://scrutinizer-ci.com/ocular.phar
php ocular.phar code-coverage:upload --format=php-clover coverage.clover
fi
@ -28,7 +28,7 @@
}
],
"autoload": {
"psr-4": { "yii\\swiftmailer\\": "" }
"psr-4": { "yii\\swiftmailer\\": "src" }
},
"extra": {
"branch-alias": {
@ -1,6 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="./tests/bootstrap.php"
colors="true"
verbose="true"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"