Skip to content

Commit 9d99504

Browse files
committed
Add missing metadata to "composer.json" and validate it on Travis CI
1 parent 4e7b052 commit 9d99504

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ install:
1313
- composer install --prefer-dist
1414

1515
script:
16+
- composer validate --strict
1617
- vendor/bin/phpunit

composer.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
{
22
"name": "matthiasnoback/live-code-coverage",
3+
"description": "Generate code coverage reports on a live server",
4+
"license": "MIT",
35
"require": {
46
"php": "^5.6 || ^7.0",
57
"webmozart/assert": "^1.2",

0 commit comments

Comments
 (0)