From b7124d53b21a0965190f062ca99b680f6ac2ddfd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jan=20B=C3=B6hmer?= Date: Sun, 20 Oct 2019 19:36:39 +0200 Subject: [PATCH] Dont test with PHP 8.0, PHPunit does not support this version and test timeouts. --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index a4d595fb..c8e6f962 100644 --- a/.travis.yml +++ b/.travis.yml @@ -12,7 +12,7 @@ php: - '7.2' - '7.3' - '7.4snapshot' - - 'nightly' + # - 'nightly' install: - composer install @@ -31,4 +31,4 @@ matrix: fast_finish: true allow_failures: - php: 7.4snapshot - - php: nightly \ No newline at end of file + # - php: nightly \ No newline at end of file