Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 2257885

Browse filesBrowse files
[travis] fix travis hopefuly
1 parent b87de42 commit 2257885
Copy full SHA for 2257885

File tree

Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-3
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22

3-
dist: xenial
3+
dist: bionic
44

55
git:
66
depth: 2
@@ -149,9 +149,10 @@ before_install:
149149
if ! php --ri sodium > /dev/null; then
150150
tfold ext.libsodium tpecl libsodium sodium.so $INI
151151
fi
152-
if [[ $PHP = 8.* ]]; then
152+
if ! php --ri memcached > /dev/null; then
153153
tfold ext.memcached tpecl memcached-3.1.5 memcached.so $INI
154-
else
154+
fi
155+
if [[ $PHP != 8.* ]]; then
155156
tfold ext.zookeeper tpecl zookeeper-0.7.2 zookeeper.so $INI
156157
tfold ext.amqp tpecl amqp-1.10.2 amqp.so $INI
157158
fi

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.