[Pkg-owncloud-commits] [php-sabredav] 105/220: Can we trick travis in ignoring the error?

David Prévot taffit at moszumanska.debian.org
Thu May 12 01:21:13 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 d67b255180951944fcdfa2be1aa8ac473b91cdd0
Author: Evert Pot <me at evertpot.com>
Date:   Wed Mar 23 21:32:17 2016 -0400

    Can we trick travis in ignoring the error?
---
 .travis.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 571c939..b5cdd7d 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -24,7 +24,7 @@ cache: vendor
 
 before_script:
   - mysql -e 'create database sabredav'
-  - phpenv config-rm xdebug.ini
+  - phpenv config-rm xdebug.ini; true
   #  - composer self-update
   - composer update --prefer-dist $LOWEST_DEPS
 

-- 
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