From 1e335fee5e2c0e42cd499df1619e2ad798365c35 Mon Sep 17 00:00:00 2001 From: Bruce Weirdan Date: Fri, 13 Jul 2018 21:52:35 +0300 Subject: [PATCH] allowed 7.0/high to fail until PHPUnit 6.5.10 is released see sebastianbergmann/phpunit#3209 --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 5846cee1046..71e8d262882 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,6 +12,8 @@ matrix: env: DEPS="" COVERALLS=true allow_failures: - php: nightly + - php: 7.0 + env: DEPS="" COVERALLS="" php: - 7.0 - 7.1