Skip to content
This repository has been archived by the owner on Nov 15, 2020. It is now read-only.

Commit

Permalink
CI: remove composer validate
Browse files Browse the repository at this point in the history
  • Loading branch information
Vrtak-CZ committed Jan 24, 2016
1 parent b214884 commit bb22443
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions build.xml
Expand Up @@ -26,8 +26,7 @@
"/>

<target name="ci-build" depends="
composer-validate,
check,
build,
compile
"/>

Expand All @@ -37,7 +36,7 @@
tests
"/>

<target name="composer" depends="composer-validate">
<target name="composer">
<exec
executable="${path.composer.executable}"
logoutput="true"
Expand All @@ -48,18 +47,6 @@
</exec>
</target>

<target name="composer-validate">
<exec
executable="${path.composer.executable}"
logoutput="true"
passthru="true"
checkreturn="true"
>
<arg value="validate"/>
<arg value="--no-check-lock"/>
</exec>
</target>

<target name="phplint">
<exec
executable="${path.phplint.executable}"
Expand Down

0 comments on commit bb22443

Please sign in to comment.