File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ travis_time_start
7
7
8
8
if [[ ! $VERSION =~ ^7 && ! $VERSION =~ ^master$ ]]; then
9
9
pecl download memcache-beta
10
- tar zxvf memcache* .tgz && pushd memcache*
10
+ tar zxvf memcache* .tgz && pushd memcache* /
11
11
make clean || true
12
12
phpize
13
13
./configure && make && make install
Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ install_memcache
19
19
20
20
if [[ $VERSION =~ ^7 || $VERSION =~ ^master$ ]]; then
21
21
pecl download memcached-3.1.2
22
- tar zxvf memcached* .tgz && pushd memcached*
22
+ tar zxvf memcached* .tgz && pushd memcached* /
23
23
make clean || true
24
24
else
25
25
pecl download memcached-2.2.0
26
- tar zxvf memcached* .tgz && pushd memcached*
26
+ tar zxvf memcached* .tgz && pushd memcached* /
27
27
make clean || true
28
28
fi
29
29
phpize
You can’t perform that action at this time.
0 commit comments