From 3fbaa68f961ee7478745a8afb222253e96043bcf Mon Sep 17 00:00:00 2001 From: Joshua Estes Date: Thu, 3 Jul 2014 09:14:31 -0400 Subject: [PATCH] Updated scrutinizer settings and added coveralls to build process --- .scrutinizer.yml | 5 +++++ build.xml | 8 ++++++-- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/.scrutinizer.yml b/.scrutinizer.yml index 3cd704d..849e539 100644 --- a/.scrutinizer.yml +++ b/.scrutinizer.yml @@ -1,3 +1,8 @@ inherit: true tools: + # @see https://scrutinizer-ci.com/docs/tools/php/security-advisory-checker/ sensiolabs_security_checker: true + # @see https://scrutinizer-ci.com/docs/tools/php/php-analyzer/ + php_analyzer: true + # @see https://scrutinizer-ci.com/docs/tools/php/pdepend/ + php_pdepend: true diff --git a/build.xml b/build.xml index 832bb86..f8d7b66 100644 --- a/build.xml +++ b/build.xml @@ -1,5 +1,7 @@ + + @@ -8,8 +10,6 @@ - - @@ -24,4 +24,8 @@ + + + +