From e8a3fc5c1c12203b7dc38406e73331f871c5f56e Mon Sep 17 00:00:00 2001 From: Nils Adermann Date: Mon, 24 Feb 2014 08:24:01 +0100 Subject: [PATCH] Run tests on PHP 5.6 on travis too --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 800a4f2f1..576b2bcbd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,7 @@ php: - 5.3 - 5.4 - 5.5 + - 5.6 - hhvm matrix: