From 133ac3fca57b68810f8098eeb27cece96533d846 Mon Sep 17 00:00:00 2001 From: Hans Ott Date: Sun, 2 Apr 2017 12:27:29 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Don't=20run=20tests=20on=20night?= =?UTF-8?q?ly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The nightly builds fails due PHPUnit https://github.com/sebastianbergmann/phpunit/issues/2472 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index d4bfd79..5508b74 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,8 +4,9 @@ php: - 5.4 - 5.5 - 5.6 + - 7.0 + - 7.1 - hhvm - - nightly env: global: