We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b87de42 commit 2257885Copy full SHA for 2257885
.travis.yml
@@ -1,6 +1,6 @@
1
language: php
2
3
-dist: xenial
+dist: bionic
4
5
git:
6
depth: 2
@@ -149,9 +149,10 @@ before_install:
149
if ! php --ri sodium > /dev/null; then
150
tfold ext.libsodium tpecl libsodium sodium.so $INI
151
fi
152
- if [[ $PHP = 8.* ]]; then
+ if ! php --ri memcached > /dev/null; then
153
tfold ext.memcached tpecl memcached-3.1.5 memcached.so $INI
154
- else
+ fi
155
+ if [[ $PHP != 8.* ]]; then
156
tfold ext.zookeeper tpecl zookeeper-0.7.2 zookeeper.so $INI
157
tfold ext.amqp tpecl amqp-1.10.2 amqp.so $INI
158
0 commit comments