Skip to content

Commit c619c8b

Browse files
Test PHP 7.2
1 parent 8879b8d commit c619c8b

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

travis-init.sh

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
1010

1111
# install 'libevent' PHP extension (does not support php 7)
1212
if [[ "$TRAVIS_PHP_VERSION" != "7.0" &&
13-
"$TRAVIS_PHP_VERSION" != "7.1" ]]; then
13+
"$TRAVIS_PHP_VERSION" != "7.1" &&
14+
"$TRAVIS_PHP_VERSION" != "7.2" ]]; then
1415
curl http://pecl.php.net/get/libevent-0.1.0.tgz | tar -xz
1516
pushd libevent-0.1.0
1617
phpize
@@ -23,7 +24,8 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
2324

2425
# install 'libev' PHP extension (does not support php 7)
2526
if [[ "$TRAVIS_PHP_VERSION" != "7.0" &&
26-
"$TRAVIS_PHP_VERSION" != "7.1" ]]; then
27+
"$TRAVIS_PHP_VERSION" != "7.1" &&
28+
"$TRAVIS_PHP_VERSION" != "7.2" ]]; then
2729
git clone --recursive https://github.com/m4rw3r/php-libev
2830
pushd php-libev
2931
phpize

0 commit comments

Comments
 (0)