[Pkg-owncloud-commits] [php-sabredav] 07/24: Remove debug setting

David Prévot taffit at moszumanska.debian.org
Tue May 20 17:19:41 UTC 2014


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch 1.7
in repository php-sabredav.

commit 2cb248d1f9acb6aa607048d411bceca69f8665ee
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Thu Apr 3 14:56:32 2014 -0400

    Remove debug setting
---
 .travis.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.travis.yml b/.travis.yml
index 1fc711b..baffa5b 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -21,7 +21,7 @@ before_script:
 #  - echo "zend.enable_gc=0" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
 
 script:
-  - phpunit --debug --configuration tests/phpunit.xml
+  - phpunit --configuration tests/phpunit.xml
   - cp tests/composer.vobject3.json composer.json
   - composer update --no-dev
-  - phpunit --debug --configuration tests/phpunit.xml
+  - phpunit --configuration tests/phpunit.xml

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-owncloud/php-sabredav.git



More information about the Pkg-owncloud-commits mailing list