File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ before_script:
2323
2424script :
2525 - mkdir -p build/logs
26- - phpunit --coverage-clover build/logs/clover .xml --bootstrap tests/bootstrap.php tests
26+ - phpunit -c phpunit .xml.dist
2727
2828after_script :
29- - php vendor/bin/coveralls -v
29+ - travis_retry php vendor/bin/coveralls -v
Original file line number Diff line number Diff line change 88 convertWarningsToExceptions =" true"
99 processIsolation =" false"
1010 stopOnFailure =" false"
11- syntaxCheck =" false" >
11+ syntaxCheck =" false"
12+ bootstrap =" ./tests/bootstrap.php" >
1213 <php >
1314 <ini name =" error_reporting" value =" E_ALL" />
1415 </php >
1516
1617 <testsuites >
17- <testsuite >
18+ <testsuite name = " PHP Firebase test suite " >
1819 <directory >./tests/</directory >
1920 </testsuite >
2021 </testsuites >
3031 </exclude >
3132 </whitelist >
3233 </filter >
33-
3434 <logging >
3535 <log type =" coverage-clover" target =" build/logs/clover.xml" />
3636 </logging >
You can’t perform that action at this time.
0 commit comments