Merge branch '1.0' into 2.0

* 1.0:
  Remove api from build target
This commit is contained in:
Andreas Fischer 2020-08-21 19:35:49 +02:00
commit a25d4980f1
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@
default="all"
>
<target name="all" depends="sniff,api" />
<target name="all" depends="sniff" />
<!-- Code Sniffer -->
<target name="sniff" depends="sniff-php-code,sniff-php-tests" />