File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11service_name : travis-ci
2- src_dir : .
32coverage_clover : build/logs/clover.xml
Original file line number Diff line number Diff line change 11vendor /*
2+ /build
23composer.lock
Original file line number Diff line number Diff line change @@ -2,17 +2,21 @@ language: php
22
33php :
44 - 7.1
5+ - 7.2
6+ - 7.3
7+ - 7.4
58
69matrix :
710 fast_finish : true
811
912before_script :
10- - composer update --dev
13+ - composer update --no-interaction --no-suggest
1114
12- script : vendor/bin/phpunit
15+ script :
16+ - composer test
1317
1418after_script :
15- - php vendor/bin/coveralls -v
19+ - vendor/bin/coveralls -v
1620
1721notifications :
1822 email :
Original file line number Diff line number Diff line change 2323 "phpunit/phpunit" : " ~6.0" ,
2424 "mockery/mockery" : " ~1.0" ,
2525 "satooshi/php-coveralls" : " ~1.0"
26+ },
27+ "scripts" : {
28+ "test" : " phpunit"
2629 }
2730}
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22
33<phpunit bootstrap =" ./Tests/bootstrap.php" colors =" true" >
4- <php >
5- <server name =" KERNEL_DIR" value =" ./Tests/App/app" />
6- </php >
7-
84 <logging >
95 <log type =" coverage-clover" target =" build/logs/clover.xml" />
106 </logging >
1410 <directory suffix =" Test.php" >./Tests</directory >
1511 </testsuite >
1612 </testsuites >
13+
14+ <filter >
15+ <whitelist >
16+ <file >ConfigHelper.php</file >
17+ <file >Rasterizer.php</file >
18+ </whitelist >
19+ </filter >
1720</phpunit >
You can’t perform that action at this time.
0 commit comments