Skip to content

Commit 99c5b77

Browse files
committed
fix merge
1 parent 064acb6 commit 99c5b77

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,6 @@ before_install:
133133
- |
134134
# Install extra PHP extensions
135135
if [[ ! $skip ]]; then
136-
([[ $deps ]] || tfold ext.symfony_debug 'cd src/Symfony/Component/Debug/Resources/ext && phpize && ./configure && make && echo extension = $(pwd)/modules/symfony_debug.so >> '"$INI")
137-
tfold ext.apcu tpecl apcu-4.0.11 apcu.so
138-
elif [[ ! $skip && $PHP = 7.* ]]; then
139136
# install libsodium
140137
if [[ ! -e ~/php-ext/$(php -r "echo basename(ini_get('extension_dir'));")/libsodium/sodium.so ]]; then
141138
sudo add-apt-repository ppa:ondrej/php -y

0 commit comments

Comments
 (0)