From b2b5211a57dfdaf6be2479d11a07ca7454002a78 Mon Sep 17 00:00:00 2001 From: Sullivan SENECHAL Date: Sun, 2 Aug 2015 08:25:18 +0200 Subject: [PATCH] Add PHP 7 on Travis --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index 9c4b704..5af92ac 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,11 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 + +matrix: + allow_failures: + - php: 7.0 script: - composer install