Skip to content

Commit 55f5d7d

Browse files
committed
sudo
1 parent 46f71f7 commit 55f5d7d

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

bin/compile-extension-memcached

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

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

0 commit comments

Comments
 (0)