Skip to content

Commit

Permalink
set pecl-ev branch to master
Browse files Browse the repository at this point in the history
  • Loading branch information
steverhoades committed Sep 5, 2014
1 parent a342396 commit 609e98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion travis-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then
echo "extension=libevent.so" >> "$(php -r 'echo php_ini_loaded_file();')"

# install 'pecl-ev' PHP extension
git clone -b tsrm http://bitbucket.org/osmanov/pecl-ev.git
git clone http://bitbucket.org/osmanov/pecl-ev.git
# 0.2.10
pushd pecl-ev
phpize
Expand Down

0 comments on commit 609e98e

Please sign in to comment.