Skip to content

Commit cc06f85

Browse files
authored
Merge pull request php-memcached-dev#270 from TysonAndre/patch-1
Igbinary php7 development is in igbinary/igbinary master branch now
2 parents 4fa2111 + 35ef911 commit cc06f85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/travis.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ function install_libmemcached() {
6767
}
6868

6969
function install_igbinary() {
70-
git clone https://github.com/igbinary/igbinary7.git
71-
pushd igbinary7
70+
git clone https://github.com/igbinary/igbinary.git
71+
pushd igbinary
7272
phpize
7373
./configure
7474
make

0 commit comments

Comments
 (0)