Skip to content

Commit 19e5ed1

Browse files
Merge branch '2.8' into 3.3
* 2.8: Fix travis php7.0
2 parents 3f4c47c + 86eb10c commit 19e5ed1

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

.travis.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ matrix:
2525
group: edge
2626
- php: 5.5
2727
- php: 5.6
28-
- php: 7.0.8
28+
- php: 7.0
2929
env: deps=high
3030
- php: 7.1
3131
env: deps=low
@@ -128,11 +128,6 @@ before_install:
128128
129129
- |
130130
# Install extra PHP extensions
131-
if [[ ! $skip && $PHP = 7.0.* ]]; then
132-
wget https://github.com/symfony/binary-utils/releases/download/v0.1/ldap-php70.tar.bz2
133-
tar -xjf ldap-php70.tar.bz2
134-
echo extension = $(pwd)/ldap.so >> $INI
135-
fi
136131
if [[ ! $skip && $PHP = 5.* ]]; then
137132
([[ $deps ]] || tfold ext.symfony_debug 'cd src/Symfony/Component/Debug/Resources/ext && phpize && ./configure && make && echo extension = $(pwd)/modules/symfony_debug.so >> '"$INI") &&
138133
tfold ext.apcu4 'echo yes | pecl install -f apcu-4.0.11'

0 commit comments

Comments
 (0)