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 2138ba3

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

File tree

Expand file treeCollapse file tree

1 file changed

+7
-5
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+7
-5
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+7-5Lines changed: 7 additions & 5 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
@@ -117,8 +117,9 @@ before_install:
117117
- |
118118
# Install sigchild-enabled PHP to test the Process component on the lowest PHP matrix line
119119
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+
echo 123
121+
#wget http://php.net/get/php-$MIN_PHP.tar.bz2/from/this/mirror -O - | tar -xj &&
122+
#(cd php-$MIN_PHP && ./configure --enable-sigchild --enable-pcntl && make -j2)
122123
fi
123124
124125
- |
@@ -149,9 +150,10 @@ before_install:
149150
if ! php --ri sodium > /dev/null; then
150151
tfold ext.libsodium tpecl libsodium sodium.so $INI
151152
fi
152-
if [[ $PHP = 8.* ]]; then
153+
if ! php --ri memcached > /dev/null; then
153154
tfold ext.memcached tpecl memcached-3.1.5 memcached.so $INI
154-
else
155+
fi
156+
if [[ $PHP != 8.* ]]; then
155157
tfold ext.zookeeper tpecl zookeeper-0.7.2 zookeeper.so $INI
156158
tfold ext.amqp tpecl amqp-1.10.2 amqp.so $INI
157159
fi

0 commit comments

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