From 14bc7f75be5cb52b94e72abfbe5630479f814858 Mon Sep 17 00:00:00 2001 From: Alexander Date: Sat, 9 Feb 2013 22:44:14 +0100 Subject: [PATCH] Add php 5.5 to the build matrix (travis) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 716b9b640..3d3598598 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,11 @@ language: php php: - 5.3 - 5.4 + - 5.5 + +matrix: +  allow_failures: +    - php: 5.5 env: - DB=mysql - DB=pgsql