File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed
Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 55install :
66- composer install
77script : phpunit --bootstrap test/unit/bootstrap.php ./test/unit
8+ after_script :
9+ - php vendor/bin/coveralls
810notifications :
911 slack :
1012 secure : mw6HF2KR0YwYcIaYvV6qjuWC+XSIP8SQOe13VwmGf3b783hMcZDZTUS9N4bIfpwYi74A9qmzKdc425OSu45nceAf7hzFusCY5rYMoLQK/ksJ7sd+ay7tWhPRuomG1w8idTyXtzce23zOfBtOCHQakbavH2Uz6mh5lJYPFlMKW4c=
Original file line number Diff line number Diff line change 1111 "scripts" : {
1212 "post-install-cmd" : " if [ ! -f 'examples/example-config.json' ]; then echo '{\n\t\" api-key\" :\" Your API Key\"\n }' >> examples/example-config.json; fi" ,
1313 "post-update-cmd" : " if [ ! -f 'examples/example-config.json' ]; then echo '{\n\t\" api-key\" :\" Your API Key\"\n }' >> examples/example-config.json; fi" ,
14- "test" : " phpunit --coverage-html test/output/report --bootstrap test/unit/bootstrap.php ./test/unit/"
14+ "test" : " phpunit --coverage-html test/output/report --coverage-clover test/output/clover.xml -- bootstrap test/unit/bootstrap.php ./test/unit/"
1515 },
1616 "require" : {
1717 "php" : " >=5.3.0" ,
1818 "guzzlehttp/guzzle" : " 3.8.1"
1919 },
2020 "require-dev" : {
21- "phpunit/phpunit" : " 4.3.*"
21+ "phpunit/phpunit" : " 4.3.*" ,
22+ "satooshi/php-coveralls" : " dev-master"
2223 },
2324 "autoload" : {
2425 "psr-4" : {
You can’t perform that action at this time.
0 commit comments