From 3465bc7c1fbb626bf6989ca6e654ee2ec9b7d170 Mon Sep 17 00:00:00 2001 From: Daniele Alessandri Date: Sat, 19 Jan 2013 11:16:20 +0100 Subject: [PATCH] Add PHP 5.5 to the CI build matrix and switch to branch blacklisting. --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 296144be..0842b04d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,10 +2,12 @@ language: php php: - 5.3 - 5.4 + - 5.5 branches: - only: - - master - - v0.7 - - v0.8 + except: + - v0.5 + - v0.6 + - php5.2_backport + - documentation services: redis-server script: phpunit -c phpunit.xml.travisci