8000 Do not use deprecated mongo ext on 3.4 · symfony/symfony@e86dd64 · GitHub
[go: up one dir, main page]

Skip to content

Commit e86dd64

Browse files
committed
Do not use deprecated mongo ext on 3.4
1 parent ee9786a commit e86dd64

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.travis.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,12 +104,8 @@ before_install:
104104
echo apc.enable_cli = 1 >> $INI
105105
echo extension = redis.so >> $INI
106106
echo extension = memcached.so >> $INI
107+
echo extension = mongodb.so >> $INI
107108
[[ $PHP = 5.* ]] && echo extension = memcache.so >> $INI
108-
if [[ $PHP = 5.* ]]; then
109-
echo extension = mongo.so >> $INI
110-
elif [[ $PHP = 7.* ]]; then
111-
echo extension = mongodb.so >> $INI
112-
fi
113109
114110
# Matrix lines for intermediate PHP versions are skipped for pull requests
115111
if [[ ! $deps && ! $PHP = ${MIN_PHP%.*} && ! $PHP = hhvm* && $TRAVIS_PULL_REQUEST != false ]]; then

0 commit comments

Comments
 (0)
0