We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e08fc5 commit 5087433Copy full SHA for 5087433
tests/before_script.sh
@@ -37,6 +37,8 @@ elif [[ "${TRAVIS_PHP_VERSION}" == "5.6" ]]; then
37
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
38
elif [[ "${TRAVIS_PHP_VERSION}" == "7.0" ]]; then
39
40
+elif [[ "${TRAVIS_PHP_VERSION}" == "7.1" ]]; then
41
+ php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
42
elif [[ "${TRAVIS_PHP_VERSION}" == "hhvm" ]]; then
43
sudo add-apt-repository -y ppa:nginx/stable
44
sudo apt-get update
0 commit comments