Skip to content

Commit 907ca70

Browse files
committed
chore: upgrade composer deps & use pcov
Also let travis know of the stuff.
1 parent 39801fb commit 907ca70

File tree

3 files changed

+340
-190
lines changed

3 files changed

+340
-190
lines changed

.travis.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
language: php
22
php:
3-
- '7.2'
3+
- '7.3'
44
before_script:
5+
- pecl install pcov
56
- npm i -g codecov
67
- composer install
8+
- ./vendor/bin/pcov clobber
79
script:
810
- composer run-script lint
911
- composer run-script test

composer.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@
1717
"spatie/phpunit-snapshot-assertions": "^1.3.1",
1818
"phpunit/phpunit": "^7.3.0",
1919
"brain/monkey": "^2.2.0",
20-
"giacocorsiglia/wordpress-stubs": "^4.9.5"
20+
"giacocorsiglia/wordpress-stubs": "^4.9.5",
21+
"pcov/clobber": "^2.0"
2122
},
2223
"autoload": {
2324
"psr-4": {

0 commit comments

Comments
 (0)