8000 Fix travis php7.0 · iamluc/symfony@86eb10c · GitHub
[go: up one dir, main page]

Skip to content

Commit 86eb10c

Browse files
Fix travis php7.0
1 parent df07e73 commit 86eb10c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,6 @@ before_install:
120120
121121
- |
122122
# Install extra PHP extensions
123-
if [[ ! $skip && $PHP = 7.0 ]]; then
124-
wget https://github.com/symfony/binary-utils/releases/download/v0.1/ldap-php70.tar.bz2
125-
tar -xjf ldap-php70.tar.bz2
126-
echo extension = $(pwd)/ldap.so >> $INI
127 4B5B -
fi
128123
if [[ ! $skip && $PHP = 5.* ]]; then
129124
([[ $deps ]] || tfold ext.symfony_debug 'cd src/Symfony/Component/Debug/Resources/ext && phpize && ./configure && make && echo extension = $(pwd)/modules/symfony_debug.so >> '"$INI") &&
130125
tfold ext.memcached pecl install -f memcached-2.1.0 &&

0 commit comments

Comments
 (0)
0