From f4a14807b990c8ff51069c56ba675fd3480a0429 Mon Sep 17 00:00:00 2001 From: Hillel Coren Date: Tue, 1 Mar 2016 11:09:15 +0200 Subject: [PATCH] Update Travis PHP version --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 015fda1427a8..0fe492cac774 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,8 +3,8 @@ language: php sudo: true php: - - 5.5 -# - 5.6 +# - 5.5 + - 5.6 # - 7.0 # - hhvm