Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit dc0a5b7

Browse files
committed
try via git
1 parent 7783efc commit dc0a5b7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

travis-init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ 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-
curl http://bitbucket.org/osmanov/pecl-ev/get/0.2.10.tar.gz | tar -xz
24+
git clone http://bitbucket.org/osmanov/pecl-ev.git
2525
# 0.2.10
26-
pushd osmanov-pecl-ev-8c94af155543
26+
pushd pecl-ev
2727
phpize
2828
./configure
2929
make

0 commit comments

Comments
 (0)