File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments