From f1169ff037576b2b4b79f073fa8dad6575130c13 Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Wed, 12 Feb 2014 23:48:49 +0100 Subject: [PATCH] added PHP 5.6 to unit tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 95d21d9..79253b9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.4 - 5.5 + - 5.6 # - hhvm # commented until composer or hhvm get fixed: https://github.com/facebook/hhvm/issues/1347 services: