[Pkg-owncloud-commits] [php-sabredav] 79/220: Speedup travis build by disabling xdebug

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:10 UTC 2016


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

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

commit 68a3dc1a80b5f398c69e574a64f80d94cfa3010d
Author: Markus Staab <maggus.staab at googlemail.com>
Date:   Sun Mar 13 00:20:41 2016 +0100

    Speedup travis build by disabling xdebug
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 48c88b1..ea1325e 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,10 +24,10 @@ cache: vendor
 
 before_script:
   - mysql -e 'create database sabredav'
+  - phpenv config-rm xdebug.ini
   #  - composer self-update
   - composer update --prefer-source $LOWEST_DEPS
 
 script:
   - ./bin/phpunit --configuration tests/phpunit.xml $TEST_DEPS
   - ./bin/sabre-cs-fixer fix lib/ --dry-run --diff
-

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



More information about the Pkg-owncloud-commits mailing list