gjerokrsteski / pimf-framework

Micro framework for PHP that emphasises minimalism and simplicity
pimf-framework.de
MIT License
43 stars 16 forks source link

Fix & update travis config #31

Closed garrettw closed 7 years ago

garrettw commented 7 years ago

Also, I see you are uploading code coverage data to Scrutinizer; however, code coverage is not enabled. You'll need to add the following lines to the Scrutinizer config for this repo:

tools:
    external_code_coverage: true

... or I can add it in a .scrutinizer.yml file.