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 064acb6 commit 99c5b77Copy full SHA for 99c5b77
.travis.yml
@@ -133,9 +133,6 @@ before_install:
133
- |
134
# Install extra PHP extensions
135
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
139
# install libsodium
140
if [[ ! -e ~/php-ext/$(php -r "echo basename(ini_get('extension_dir'));")/libsodium/sodium.so ]]; then
141
sudo add-apt-repository ppa:ondrej/php -y
0 commit comments