From aae333e0085ce20e9879348dacaeef9d04dc20b4 Mon Sep 17 00:00:00 2001 From: Franz Liedke Date: Mon, 2 Nov 2015 08:11:22 +0100 Subject: [PATCH] Travis: Test on PHP 7 and HHVM, too --- framework/core/.travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/framework/core/.travis.yml b/framework/core/.travis.yml index b960d441e..189725fcd 100644 --- a/framework/core/.travis.yml +++ b/framework/core/.travis.yml @@ -3,6 +3,8 @@ language: php php: - 5.5 - 5.6 + - 7.0 + - hhvm matrix: allow_failures: