Skip to content

Commit

Permalink
Fix typos in build process and CaptainHook config
Browse files Browse the repository at this point in the history
  • Loading branch information
shochdoerfer committed May 23, 2020
1 parent a431803 commit 2a648df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- ./vendor/bin/phing security:check
- ./vendor/bin/phing lint
- ./vendor/bin/phing sniff
- ./vendor/bin/phing analyze
- ./vendor/bin/phing analyse
- stage: coverage
if: branch=master AND type=push
php: 7.2
Expand Down
2 changes: 1 addition & 1 deletion build.xml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
</exec>
</target>

<target name="analyze">
<target name="analyse">
<exec executable="./vendor/bin/phpstan"
passthru="true"
checkreturn="true">
Expand Down
2 changes: 1 addition & 1 deletion captainhook.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"enabled": false,
"actions": [
{
"action": "./vendor/bin/phing static-analysis",
"action": "./vendor/bin/phing analyse",
"options": []
},
{
Expand Down

0 comments on commit 2a648df

Please sign in to comment.