Skip to content

Commit e0132cc

Browse files
committed
Update MongoDB extension on travis to make the builds green again.
1 parent 0924c00 commit e0132cc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ before_install:
100100
[[ $PHP = 5.* ]] && echo extension = memcache.so >> $INI
101101
if [[ $PHP = 5.* ]]; then
102102
echo extension = mongo.so >> $INI
103-
elif [[ $PHP = 7.* ]]; then
104-
echo extension = mongodb.so >> $INI
105103
fi
106104
107105
# Matrix lines for intermediate PHP versions are skipped for pull requests
@@ -127,6 +125,7 @@ before_install:
127125
tfold ext.apcu4 'echo yes | pecl install -f apcu-4.0.11'
128126
elif [[ ! $skip && $PHP = 7.* ]]; then
129127
tfold ext.apcu5 'echo yes | pecl install -f apcu-5.1.6'
128+
tfold ext.mongodb pecl install -f mongodb-1.4.0RC1
130129
fi
131130
132131
install:

0 commit comments

Comments
 (0)