From d85671b51db369bdaa5c9e84129e5ab26048690a Mon Sep 17 00:00:00 2001 From: Romain Neutron Date: Wed, 3 Jul 2013 18:24:20 +0200 Subject: [PATCH] Re-enable build on PHP 5.5 --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c42fc77..2684d9d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,7 +10,7 @@ before_script: php: - 5.3 - 5.4 -# - 5.5 + - 5.5 script: - phpunit