Skip to content

Commit 2a648df

Browse files
committed
Fix typos in build process and CaptainHook config
1 parent a431803 commit 2a648df

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- ./vendor/bin/phing security:check
2626
- ./vendor/bin/phing lint
2727
- ./vendor/bin/phing sniff
28-
- ./vendor/bin/phing analyze
28+
- ./vendor/bin/phing analyse
2929
- stage: coverage
3030
if: branch=master AND type=push
3131
php: 7.2

build.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@
4040
</exec>
4141
</target>
4242

43-
<target name="analyze">
43+
<target name="analyse">
4444
<exec executable="./vendor/bin/phpstan"
4545
passthru="true"
4646
checkreturn="true">

captainhook.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"enabled": false,
1616
"actions": [
1717
{
18-
"action": "./vendor/bin/phing static-analysis",
18+
"action": "./vendor/bin/phing analyse",
1919
"options": []
2020
},
2121
{

0 commit comments

Comments
 (0)