Skip to content

Commit 46f71f7

Browse files
committed
sudo
1 parent ddea1db commit 46f71f7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

bin/compile-extension-memcached

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ travis_time_start
1818
install_memcache
1919

2020
if [[ $VERSION =~ ^7 || $VERSION =~ ^8 || $VERSION =~ ^master$ ]]; then
21-
pecl download memcached-3.2.0
22-
tar xf /home/travis/build/travis-ci/php-src-builder/memcached-3.2.0.tar && pushd memcached*/
21+
pecl download memcached-3.1.2
22+
tar zxvf memcached*.tgz && pushd memcached*/
2323
make clean || true
2424
else
2525
pecl download memcached-2.2.0

0 commit comments

Comments
 (0)