Skip to content

Commit c3f31f6

Browse files
committed
Correct make name
1 parent 6dbbbd7 commit c3f31f6

File tree

2 files changed

+1
-7
lines changed

2 files changed

+1
-7
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,4 +53,4 @@ install:
5353
## Run the actual test
5454
test_script:
5555
- cd c:\projects\php-project-workspace
56-
- make qa-windows
56+
- make ci-extended

composer.json

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -73,12 +73,6 @@
7373
"@unit-coverage",
7474
"@infection"
7575
],
76-
"qa-windows": [
77-
"@lint-php",
78-
"@cs",
79-
"@unit-coverage",
80-
"@infection"
81-
],
8276
"qa-ci": [
8377
"@unit"
8478
],

0 commit comments

Comments
 (0)