From bdf4f785193d8a282f874eb1903a05da72270d35 Mon Sep 17 00:00:00 2001 From: VirtualTam Date: Sat, 22 Aug 2015 00:06:42 +0200 Subject: [PATCH] travis: add PHP 7 to the tested environments Signed-off-by: VirtualTam --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 80db6506..a3038c13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,6 +1,7 @@ sudo: false language: php php: + - 7.0 - 5.6 - 5.5 - 5.4 -- 2.41.0