Skip to content

Commit d2ec9e1

Browse files
committed
renamed artifact to codeclimate-test-reporter.phar, as per request
1 parent c1767e5 commit d2ec9e1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
build/
22
vendor/
33
box.phar
4+
codeclimate-test-reporter.phar
45
composer.lock
56
composer.phar
6-
test-reporter.phar

box.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"alias": "test-reporter.phar",
2+
"alias": "codeclimate-test-reporter.phar",
33
"chmod": "0755",
44
"directories": ["src"],
55
"compactors": [
@@ -18,6 +18,6 @@
1818
],
1919
"git-version": "package_version",
2020
"main": "composer/bin/test-reporter",
21-
"output": "test-reporter.phar",
21+
"output": "codeclimate-test-reporter.phar",
2222
"stub": true
2323
}

0 commit comments

Comments
 (0)