diff --git a/.travis.yml b/.travis.yml index f708ffe..2ba6283 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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 diff --git a/composer.json b/composer.json index 4ff4367..40bd970 100644 --- a/composer.json +++ b/composer.json @@ -28,7 +28,7 @@ } ], "autoload": { - "psr-4": { "yii\\swiftmailer\\": "" } + "psr-4": { "yii\\swiftmailer\\": "src" } }, "extra": { "branch-alias": { diff --git a/phpunit.xml.dist b/phpunit.xml.dist index d93d427..5ca8862 100644 --- a/phpunit.xml.dist +++ b/phpunit.xml.dist @@ -1,6 +1,7 @@