[Pkg-owncloud-commits] [php-sabre-vobject] 21/30: Speedup travis build by disabling xdebug

David Prévot taffit at moszumanska.debian.org
Sun Mar 13 00:53:03 UTC 2016


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

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

commit e2fceedd9e0521ea0eb69f6ff32b66ea8ccc9163
Author: Markus Staab <maggus.staab at googlemail.com>
Date:   Sun Mar 13 00:22:32 2016 +0100

    Speedup travis build by disabling xdebug
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 3d2188c..018cd14 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,4 +16,6 @@ script:
   - phpunit --configuration tests/phpunit.xml
   - ./bin/sabre-cs-fixer fix . --dry-run --diff
 
-before_script: composer install
+before_script:
+  - phpenv config-rm xdebug.ini
+  - composer install

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



More information about the Pkg-owncloud-commits mailing list