Skip to content

Commit

Permalink
Merge pull request #18 from boxuk/php8-dev-support
Browse files Browse the repository at this point in the history
Remove codeclimate test reporter.
  • Loading branch information
Ian Jenkins authored Jul 5, 2021
2 parents ac6b6f7 + 0064229 commit 20be598
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 783 deletions.
15 changes: 0 additions & 15 deletions .codeclimate.yml

This file was deleted.

1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,4 @@
/tests/phpunit/tmp/mu-plugins/*
!/tests/phpunit/tmp/mu-plugins/.gitkeep
.phpunit.result.cache
clover.xml
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ matrix:
include:
- php: 7.3
- php: 7.4
- php: 8.0
- php: nightly
fast_finish: true
allow_failures:
Expand All @@ -13,9 +14,6 @@ install: composer install

script: composer test

after_script:
- composer export-coverage

cache:
directories:
- vendor
Expand Down
4 changes: 1 addition & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,11 @@
},
"require-dev" : {
"10up/wp_mock": "^0.4",
"codeclimate/php-test-reporter": "^0.4.4",
"composer/composer": "^1.10 || ^2.0",
"phpunit/phpunit": "^8.5",
"mockery/mockery": "~1.3.3"
},
"scripts" : {
"test" : "vendor/bin/phpunit --colors",
"export-coverage": "vendor/bin/test-reporter"
"test" : "vendor/bin/phpunit --colors"
}
}
Loading

0 comments on commit 20be598

Please sign in to comment.