[Pkg-owncloud-commits] [php-sabre-vobject] 10/18: PHP 5.6 on travis does not yet have the changes PHP 5.5.10 has.

David Prévot taffit at moszumanska.debian.org
Mon Mar 31 01:19:39 UTC 2014


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

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

commit 17fd8292ecb6f4bdde5c62692e040a8fcf62363b
Author: Evert Pot <evert at rooftopsolutions.nl>
Date:   Sun Mar 30 17:22:47 2014 -0400

    PHP 5.6 on travis does not yet have the changes PHP 5.5.10 has.
    
    Assuming these changes will come in the future for the PHP 5.6 branch,
    we're marking PHP 5.6 as an allowed failure until it's there.
---
 .travis.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.travis.yml b/.travis.yml
index 108a970..14874ac 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -9,7 +9,9 @@ php:
 
 matrix:
   allow_failures:
-    - php: 5.5.10
+    - php:
+        5.5.10
+        5.6
 
 script: phpunit --configuration tests/phpunit.xml
 

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



More information about the Pkg-owncloud-commits mailing list