File tree 6 files changed +2
-9
lines changed
6 files changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,3 @@ before_script:
27
27
28
28
script :
29
29
- phpunit --verbose $PHPUNIT_FLAGS
30
-
31
- after_script :
32
- - |
33
- if [ $TRAVIS_PHP_VERSION = '5.6' ]; then
34
- cd ../../..
35
- travis_retry wget https://scrutinizer-ci.com/ocular.phar
36
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
37
- fi
Original file line number Diff line number Diff line change 28
28
}
29
29
],
30
30
"autoload" : {
31
- "psr-4" : { "yii\\ swiftmailer\\ " : " " }
31
+ "psr-4" : { "yii\\ swiftmailer\\ " : " src " }
32
32
},
33
33
"extra" : {
34
34
"branch-alias" : {
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" utf-8" ?>
2
2
<phpunit bootstrap =" ./tests/bootstrap.php"
3
3
colors=" true"
4
+ verbose=" true"
4
5
convertErrorsToExceptions=" true"
5
6
convertNoticesToExceptions=" true"
6
7
convertWarningsToExceptions=" true"
File renamed without changes.
File renamed without changes.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments