From 74fd426e453a5bf6e578bb5058b75866f479c4d0 Mon Sep 17 00:00:00 2001 From: Jacob Kiers Date: Fri, 8 Feb 2013 11:09:37 +0000 Subject: [PATCH] Also build against PHP 5.5. But a failing build agains PHP 5.5 should not fail the whole build. --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 3f42a07..d4728e4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,11 @@ language: php php: - 5.3 - 5.4 + - 5.5 + +matrix: + allow_failures: + - php: 5.5 before_script: - composer selfupdate --quiet