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 25d283d

Browse filesBrowse files
committed
debug failures
1 parent 6eead34 commit 25d283d
Copy full SHA for 25d283d

File tree

Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+8
-0
lines changed

‎.travis.yml

Copy file name to clipboardExpand all lines: .travis.yml
+8Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ before_install:
104104
local ext_cache=~/php-ext/$(basename $ext_dir)/$ext_name
105105
106106
if [[ -e $ext_cache/$ext_so ]]; then
107+
echo extension = $ext_cache/$ext_so
107108
echo extension = $ext_cache/$ext_so >> $INI
108109
else
109110
rm ~/.pearrc /tmp/pear 2>/dev/null || true
@@ -147,14 +148,21 @@ before_install:
147148
composer self-update --2
148149
INI=~/.phpenv/versions/$PHP/etc/conf.d/travis.ini
149150
if ! php --ri sodium > /dev/null; then
151+
[[ -e /home/travis/php-ext/no-debug-zts-20160303/libsodium/sodium.so ]]; echo $?
150152
tfold ext.libsodium tpecl libsodium sodium.so $INI
153+
[[ -e /home/travis/php-ext/no-debug-zts-20160303/libsodium/sodium.so ]]; echo $?
151154
fi
155+
[[ -e /home/travis/php-ext/no-debug-zts-20160303/libsodium/sodium.so ]]; echo $?
152156
if [[ $PHP = 8.* ]]; then
153157
tfold ext.memcached tpecl memcached-3.1.5 memcached.so $INI
154158
else
159+
[[ -e /home/travis/php-ext/no-debug-zts-20160303/libsodium/sodium.so ]]; echo $?
155160
tfold ext.zookeeper tpecl zookeeper-0.7.2 zookeeper.so $INI
161+
[[ -e /home/travis/php-ext/no-debug-zts-20160303/libsodium/sodium.so ]]; echo $?
156162
tfold ext.amqp tpecl amqp-1.10.2 amqp.so $INI
163+
[[ -e /home/travis/php-ext/no-debug-zts-20160303/libsodium/sodium.so ]]; echo $?
157164
fi
165+
[[ -e /home/travis/php-ext/no-debug-zts-20160303/libsodium/sodium.so ]]; echo $?
158166
159167
tfold ext.mongodb tpecl mongodb-1.9.0 mongodb.so $INI
160168
tfold ext.apcu tpecl apcu-5.1.19 apcu.so $INI

0 commit comments

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