From 0e0af00ad97dc96476204c351a7f7972d2f2a27a Mon Sep 17 00:00:00 2001 From: Jordi Boggiano Date: Thu, 20 Dec 2012 13:59:21 +0100 Subject: [PATCH] Add 5.5 builds on travis --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a680e4753..81af8c474 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.3.3 - 5.3 - 5.4 + - 5.5 before_script: composer install