diff --git a/build.xml b/build.xml new file mode 100644 index 000000000..9d75a6436 --- /dev/null +++ b/build.xml @@ -0,0 +1,43 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/phpci.yml b/phpci.yml index a7d97b858..32e465575 100644 --- a/phpci.yml +++ b/phpci.yml @@ -10,7 +10,11 @@ test: lint: php_loc: php_docblock_checker: - allowed_warnings: -1 + allowed_warnings: -1 +# phing: +# build_file: 'build.xml' +# targets: +# - "deploy" # php_unit: # directory: "tests/phpunit/" # args: "--bootstrap 'test/phpunit/bootstrap.php' --configuration 'tests/phpunit/phpunit.xml'"