Skip to content

Commit 79dd25c

Browse files
committed
Add PECL ev extension to travis-init.sh.
1 parent 54710a3 commit 79dd25c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

travis-init.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ if [[ "$TRAVIS_PHP_VERSION" != "hhvm" &&
88
# install 'event' PHP extension
99
echo "yes" | pecl install event
1010

11+
# install 'ev' PHP extension
12+
echo "yes" | pecl install ev
13+
1114
# install 'libevent' PHP extension (does not support php 7)
1215
if [[ "$TRAVIS_PHP_VERSION" != "7.0" &&
1316
"$TRAVIS_PHP_VERSION" != "7.1" ]]; then

0 commit comments

Comments
 (0)