Skip to content

Commit 12a172d

Browse files
committed
Third time is the charm
1 parent c3f31f6 commit 12a172d

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,9 @@ ci:
1010
ci-extended:
1111
composer run-script qa-ci-extended --timeout=0
1212

13+
ci-windows:
14+
composer run-script qa-ci-windows --timeout=0
15+
1316
contrib:
1417
composer run-script qa-contrib --timeout=0
1518

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 ci-extended
56+
- make ci-windows

composer.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,11 @@
7373
"@unit-coverage",
7474
"@infection"
7575
],
76+
"qa-windows": [
77+
"@lint-php",
78+
"@cs",
79+
"@unit"
80+
],
7681
"qa-ci": [
7782
"@unit"
7883
],

0 commit comments

Comments
 (0)