From 0cff3a5c0afc6ed04f2eb7a6991a3250e6516fff Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Fri, 19 Apr 2013 19:09:49 +0200 Subject: [PATCH] Allow failures on PHP 5.5 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index c351e83091..e8c1c2cf7f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -51,3 +51,7 @@ php: - 5.3 - 5.4 - 5.5 + +matrix: + allow_failures: + - php: 5.5