Merge pull request #283 from zachborboa/php70

Start server for php 7.0 ci tests
This commit is contained in:
Zach Borboa
2016-01-16 03:34:58 -08:00
2 changed files with 2 additions and 1 deletions
-1
View File
@@ -11,7 +11,6 @@ php:
matrix:
allow_failures:
- php: 7.0
- php: nightly
before_script:
+2
View File
@@ -34,6 +34,8 @@ elif [[ "${TRAVIS_PHP_VERSION}" == "5.5" ]]; then
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
elif [[ "${TRAVIS_PHP_VERSION}" == "5.6" ]]; then
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
elif [[ "${TRAVIS_PHP_VERSION}" == "7.0" ]]; then
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
elif [[ "${TRAVIS_PHP_VERSION}" == "hhvm" ]]; then
sudo add-apt-repository -y ppa:nginx/stable
sudo apt-get update