From de6f659edfeec9d5aec688f3b813a11b18e9db3a Mon Sep 17 00:00:00 2001 From: fago <fago@wolfgangziegler.net> Date: Sun, 29 Nov 2015 17:29:31 +0100 Subject: [PATCH] Enable PHP 7 for travis.ci. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index bc5be54..7c84d51 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,9 +9,6 @@ php: matrix: allow_failures: - # PHP 7 testing is disabled for now since Drupal installation throws - # errors. See https://www.drupal.org/node/2454439 - - php: 7 # We cannot use hhvm-nightly since that does not work in Travis CI's old # Ubuntu 12.04. - php: hhvm -- GitLab