File tree Expand file tree Collapse file tree 4 files changed +1465
-6
lines changed Expand file tree Collapse file tree 4 files changed +1465
-6
lines changed Original file line number Diff line number Diff line change @@ -12,17 +12,16 @@ install:
12
12
- travis_retry sudo apt install graphviz
13
13
- travis_retry composer install --no-interaction --prefer-dist --optimize-autoloader
14
14
- travis_retry wget https://phar.io/releases/phive.phar
15
- - travis_retry php phive.phar --no-progress install --trust-gpg-keys 4AA394086372C20A phpunit
16
15
17
16
script :
18
- - ./tools /phpunit --no-coverage
17
+ - ./vendor/bin /phpunit --no-coverage
19
18
20
19
jobs :
21
20
include :
22
21
- stage : coverage
23
22
php : 7.1
24
23
script :
25
- - ./tools /phpunit
24
+ - ./vendor/bin /phpunit
26
25
after_script :
27
26
- travis_retry php phive.phar --no-progress install --trust-gpg-keys E82B2FB314E9906E php-coveralls/php-coveralls && ./tools/php-coveralls --verbose
28
27
- travis_retry wget https://scrutinizer-ci.com/ocular.phar && php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml
Original file line number Diff line number Diff line change 10
10
},
11
11
"autoload" : {
12
12
"psr-0" : {"phpDocumentor" : [" src/" , " tests/unit" ]}
13
+ },
14
+ "require-dev" : {
15
+ "phpunit/phpunit" : " ^6.5"
13
16
}
14
17
}
You can’t perform that action at this time.
0 commit comments