Skip to content

Commit 9ea3f69

Browse files
committed
update travis & composer
1 parent fa963cd commit 9ea3f69

File tree

4 files changed

+4
-102
lines changed

4 files changed

+4
-102
lines changed

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
/vendor
22
/.idea
3-
reports/
3+
reports/
4+
coverage.clover

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ install:
1111
- composer install --no-interaction --prefer-source
1212

1313
script:
14-
- vendor/bin/phpunit --coverage-text --coverage-clover=coverage.clover
14+
- composer test

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@
2929
}
3030
},
3131
"scripts": {
32-
"test": "./vendor/bin/phpunit -c phpunit.xml"
32+
"test": "./vendor/bin/phpunit -c phpunit.xml --coverage-text --coverage-clover=coverage.clover --debug"
3333
}
3434
}

coverage.clover

Lines changed: 0 additions & 99 deletions
This file was deleted.

0 commit comments

Comments
 (0)