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.
2 parents bf86169 + 3bf046b commit 70ef132Copy full SHA for 70ef132
tests/before_script.sh
@@ -1,3 +1,4 @@
1
+echo "TRAVIS_PHP_VERSION: ${TRAVIS_PHP_VERSION}"
2
if [[ "${TRAVIS_PHP_VERSION}" == "5.3" ]]; then
3
sudo add-apt-repository -y ppa:nginx/development
4
sudo apt-get update
@@ -48,4 +49,6 @@ EOF
48
49
sudo /usr/share/hhvm/install_fastcgi.sh
50
sudo /etc/init.d/hhvm restart
51
sudo service nginx restart
52
+elif [[ "${TRAVIS_PHP_VERSION}" == "nightly" ]]; then
53
+ php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
54
fi
0 commit comments