Skip to content

Commit

Permalink
try via git
Browse files Browse the repository at this point in the history
  • Loading branch information
steverhoades committed Sep 4, 2014
1 parent 7783efc commit dc0a5b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions travis-init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ if [ "$TRAVIS_PHP_VERSION" != "hhvm" ]; then
echo "extension=libevent.so" >> "$(php -r 'echo php_ini_loaded_file();')"

# install 'pecl-ev' PHP extension
curl http://bitbucket.org/osmanov/pecl-ev/get/0.2.10.tar.gz | tar -xz
git clone http://bitbucket.org/osmanov/pecl-ev.git
# 0.2.10
pushd osmanov-pecl-ev-8c94af155543
pushd pecl-ev
phpize
./configure
make
Expand Down

0 comments on commit dc0a5b7

Please sign in to comment.