Skip to content

Commit 609e98e

Browse files
committed
set pecl-ev branch to master
1 parent a342396 commit 609e98e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

travis-init.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then
2121
echo "extension=libevent.so" >> "$(php -r 'echo php_ini_loaded_file();')"
2222

2323
# install 'pecl-ev' PHP extension
24-
git clone -b tsrm http://bitbucket.org/osmanov/pecl-ev.git
24+
git clone http://bitbucket.org/osmanov/pecl-ev.git
2525
# 0.2.10
2626
pushd pecl-ev
2727
phpize

0 commit comments

Comments
 (0)