File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +6
-5
lines changed
Original file line number Diff line number Diff line change 1
1
language : php
2
2
3
- dist : xenial
3
+ dist : bionic
4
4
5
5
git :
6
6
depth : 2
@@ -117,8 +117,8 @@ before_install:
117
117
- |
118
118
# Install sigchild-enabled PHP to test the Process component on the lowest PHP matrix line
119
119
if [[ ! $deps && $TRAVIS_PHP_VERSION = ${MIN_PHP%.*} && ! -d php-$MIN_PHP/sapi ]]; then
120
- wget http://php.net/get/php-$MIN_PHP.tar.bz2/from/this/mirror -O - | tar -xj &&
121
- (cd php-$MIN_PHP && ./configure --enable-sigchild --enable-pcntl && make -j2)
120
+ # wget http://php.net/get/php-$MIN_PHP.tar.bz2/from/this/mirror -O - | tar -xj &&
121
+ # (cd php-$MIN_PHP && ./configure --enable-sigchild --enable-pcntl && make -j2)
122
122
fi
123
123
124
124
- |
@@ -149,9 +149,10 @@ before_install:
149
149
if ! php --ri sodium > /dev/null; then
150
150
tfold ext.libsodium tpecl libsodium sodium.so $INI
151
151
fi
152
- if [[ $PHP = 8.* ]] ; then
152
+ if ! php --ri memcached > /dev/null ; then
153
153
tfold ext.memcached tpecl memcached-3.1.5 memcached.so $INI
154
- else
154
+ fi
155
+ if [[ $PHP != 8.* ]]; then
155
156
tfold ext.zookeeper tpecl zookeeper-0.7.2 zookeeper.so $INI
156
157
tfold ext.amqp tpecl amqp-1.10.2 amqp.so $INI
157
158
fi
You can’t perform that action at this time.
0 commit comments