From 42d5ccad543140fd12e83db8871c0c6c2ae22131 Mon Sep 17 00:00:00 2001 From: Bobby Allen Date: Thu, 12 Dec 2019 08:16:55 +0000 Subject: [PATCH] Testing build support for PHP 7.4 --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 5d2e3d2..17f9548 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ php: - 7.1 - 7.2 - 7.3 + - 7.4 - nightly matrix: @@ -28,4 +29,4 @@ script: vendor/bin/phpunit --coverage-clover=coverage.clover after_script: - wget https://scrutinizer-ci.com/ocular.phar - - php ocular.phar code-coverage:upload --format=php-clover coverage.clover \ No newline at end of file + - php ocular.phar code-coverage:upload --format=php-clover coverage.clover