We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 54710a3 commit 79dd25cCopy full SHA for 79dd25c
travis-init.sh
@@ -8,6 +8,9 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
8
# install 'event' PHP extension
9
echo "yes" | pecl install event
10
11
+ # install 'ev' PHP extension
12
+ echo "yes" | pecl install ev
13
+
14
# install 'libevent' PHP extension (does not support php 7)
15
if [[ "$TRAVIS_PHP_VERSION" != "7.0" &&
16
"$TRAVIS_PHP_VERSION" != "7.1" ]]; then
0 commit comments