From cff5cff2d1d9b5a01bf6cf065d97b3cee84ad0a4 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Sun, 10 Jul 2016 17:44:52 +0200 Subject: [PATCH] Run travis against PHP 7.0 as well. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index c6d71fbf72..4905d2588f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 env: - PHPCS_BRANCH=master