From c58b8be79919007a024f0c8da3e1a1bc84c6032d Mon Sep 17 00:00:00 2001 From: Zach Borboa Date: Wed, 19 Feb 2020 17:28:57 -0800 Subject: [PATCH] Run test server for PHP 7.4 continuous integration tests --- tests/before_script.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/before_script.sh b/tests/before_script.sh index e619384..0c4fba6 100755 --- a/tests/before_script.sh +++ b/tests/before_script.sh @@ -168,6 +168,8 @@ elif [[ "${TRAVIS_PHP_VERSION}" == "7.2" ]]; then php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ & elif [[ "${TRAVIS_PHP_VERSION}" == "7.3" ]]; then php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ & +elif [[ "${TRAVIS_PHP_VERSION}" == "7.4" ]]; then + php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ & elif [[ "${TRAVIS_PHP_VERSION}" == "hhvm" || "${TRAVIS_PHP_VERSION}" == "hhvm-nightly" ]]; then curl "https://nginx.org/keys/nginx_signing.key" | sudo apt-key add - echo "deb https://nginx.org/packages/mainline/ubuntu/ trusty nginx" | sudo tee -a /etc/apt/sources.list