From ed7004b52459696c8e3e78da9f26e4f8c7b1f02a Mon Sep 17 00:00:00 2001 From: kazusuke sasezaki Date: Fri, 29 Aug 2014 00:51:54 +0900 Subject: [PATCH] add PHP 5.6 to .travis.yml --- .travis.yml | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/.travis.yml b/.travis.yml index a8d71c2..1fbff75 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 - hhvm env: -- 1.7.2.5