Run continuous integration tests on version 7.2

This commit is contained in:
Zach Borboa
2018-04-23 02:20:48 -07:00
parent 4b19e0fa02
commit 6ccc08caf7
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -18,6 +18,8 @@ matrix:
dist: trusty
- php: 7.1
dist: trusty
- php: 7.2
dist: trusty
- php: hhvm
dist: trusty
- php: hhvm-nightly
+1 -1
View File
@@ -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, and HHVM.
PHP Curl Class works with PHP 5.3, 5.4, 5.5, 5.6, 7.0, 7.1, 7.2, and HHVM.
### Quick Start and Examples
+2
View File
@@ -66,6 +66,8 @@ elif [[ "${TRAVIS_PHP_VERSION}" == "7.0" ]]; then
php -S 127.0.0.1:8000 -t tests/PHPCurlClass/ &
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}" == "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