From 30f18106cb8fe2ec0f2dff39608cc3a390fafef5 Mon Sep 17 00:00:00 2001 From: Timothy J Warren Date: Wed, 4 Nov 2015 16:12:46 -0500 Subject: [PATCH] Update metadata and build information files --- .travis.yml | 4 +- build.xml | 244 ++++++++++++++++++++++++++++++++++++++++++++++ build/phpdox.xml | 131 +++++++++++++++++++++++++ build/phpunit.xml | 37 +++++++ phpci.yml | 23 ----- 5 files changed, 414 insertions(+), 25 deletions(-) create mode 100644 build.xml create mode 100644 build/phpdox.xml create mode 100644 build/phpunit.xml delete mode 100644 phpci.yml diff --git a/.travis.yml b/.travis.yml index 1e881588..084bdd95 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,8 +12,8 @@ php: script: - mkdir -p build/logs - - phpunit --coverage-clover=coverage.clover + - phpunit -c build after_script: - wget https://scrutinizer-ci.com/ocular.phar - - php ocular.phar code-coverage:upload --format=php-clover coverage.clover \ No newline at end of file + - php ocular.phar code-coverage:upload --format=php-clover build/logs/coverage.clover \ No newline at end of file diff --git a/build.xml b/build.xml new file mode 100644 index 00000000..8f8c5151 --- /dev/null +++ b/build.xml @@ -0,0 +1,244 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/build/phpdox.xml b/build/phpdox.xml new file mode 100644 index 00000000..0be4b97d --- /dev/null +++ b/build/phpdox.xml @@ -0,0 +1,131 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +