mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-08-25 03:39:03 +00:00
Merge pull request #561 from zachborboa/master
Run continuous integration tests on PHP 7.3
This commit is contained in:
@@ -20,6 +20,8 @@ matrix:
|
||||
dist: trusty
|
||||
- php: 7.2
|
||||
dist: trusty
|
||||
- php: 7.3
|
||||
dist: trusty
|
||||
- php: hhvm
|
||||
dist: trusty
|
||||
- php: hhvm-nightly
|
||||
|
||||
@@ -34,7 +34,7 @@ For latest commit version:
|
||||
|
||||
### Requirements
|
||||
|
||||
PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, and HHVM.
|
||||
PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, 7.3, and HHVM.
|
||||
|
||||
### Quick Start and Examples
|
||||
|
||||
|
||||
@@ -85,6 +85,8 @@ elif [[ "${TRAVIS_PHP_VERSION}" == "7.1" ]]; then
|
||||
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
|
||||
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}" == "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
|
||||
|
||||
Reference in New Issue
Block a user