1
0
mirror of https://github.com/danog/phpseclib.git synced 2024-11-27 04:46:26 +01:00

Merge pull request #1515 from code-lts/1.0-build

Remove api from build target

* github.com:phpseclib/phpseclib:
  Remove api from build target
This commit is contained in:
Andreas Fischer 2020-08-21 19:35:48 +02:00
commit cee2ffc064

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" />