Skip to content

Commit 5087433

Browse files
committed
Start built-in web server for PHP 7.1 continuous integration tests
1 parent 2e08fc5 commit 5087433

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/before_script.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ elif [[ "${TRAVIS_PHP_VERSION}" == "5.6" ]]; then
3737
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
3838
elif [[ "${TRAVIS_PHP_VERSION}" == "7.0" ]]; then
3939
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
40+
elif [[ "${TRAVIS_PHP_VERSION}" == "7.1" ]]; then
41+
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
4042
elif [[ "${TRAVIS_PHP_VERSION}" == "hhvm" ]]; then
4143
sudo add-apt-repository -y ppa:nginx/stable
4244
sudo apt-get update

0 commit comments

Comments
 (0)