From 6c9646e0850068f084b04024acba32d804966c5e Mon Sep 17 00:00:00 2001 From: Walter Dal Mut Date: Wed, 24 Jun 2015 08:06:40 +0200 Subject: [PATCH] Tests against php7 --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 72b9027c3..51c32bf6f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,7 @@ language: php php: - 5.5 - 5.6 + - 7 before_install: - sudo apt-get update