From 3a8ce8a924d7625a869dfab9c962949d73bdc576 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vincent=20Cass=C3=A9?= Date: Fri, 9 Oct 2015 22:29:18 +0200 Subject: [PATCH] Add PHP7 into automated tests --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 89eacd8..bb011fe 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ php: - 5.6 - 5.5 - 5.4 + - 7.0 before_script: - composer install --dev