From 69476523b0455c61bd8462653dd0d8ed01debfc9 Mon Sep 17 00:00:00 2001 From: Olav Morken <olav.morken@uninett.no> Date: Tue, 26 May 2015 14:32:13 +0200 Subject: [PATCH] Travis: Start testing on PHP 7.0 (nightly). This add testing on PHP 7.0 (nightly build). The test is added as an allowed failure for now. but it can be useful to keep an eye on it just in case we do something that won't work in PHP 7. --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index b805fd9b6..6157dbe40 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,10 +4,12 @@ php: - 5.4 - 5.5 - 5.6 +- 7.0 - hhvm matrix: allow_failures: - php: hhvm + - php: 7.0 before_script: composer install --dev script: phpunit --configuration tools/phpunit after_script: -- GitLab