From 77f2841724e85be3b6b3b56d82954ba1f25cf6ac Mon Sep 17 00:00:00 2001 From: Ne-Lexa Date: Thu, 9 Jan 2020 13:00:23 +0300 Subject: [PATCH] removed config for php nightly (php 8.0-dev) --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 98f6248..a83114e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,11 +41,6 @@ matrix: php: 7.4 env: COVERAGE=true ZIPALIGN_INSTALL=true PHPUNIT_FLAGS="-v -c phpunit.xml --testsuite only_fast_tests --format=php-clover coverage.clover" - - os: linux - php: nightly - dist: bionic - env: ZIPALIGN_INSTALL=true - before_install: - if [[ $COVERAGE != true ]]; then phpenv config-rm xdebug.ini || true; fi