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 0924c00 commit e0132ccCopy full SHA for e0132cc
.travis.yml
@@ -100,8 +100,6 @@ before_install:
100
[[ $PHP = 5.* ]] && echo extension = memcache.so >> $INI
101
if [[ $PHP = 5.* ]]; then
102
echo extension = mongo.so >> $INI
103
- elif [[ $PHP = 7.* ]]; then
104
- echo extension = mongodb.so >> $INI
105
fi
106
107
# Matrix lines for intermediate PHP versions are skipped for pull requests
@@ -127,6 +125,7 @@ before_install:
127
125
tfold ext.apcu4 'echo yes | pecl install -f apcu-4.0.11'
128
126
elif [[ ! $skip && $PHP = 7.* ]]; then
129
tfold ext.apcu5 'echo yes | pecl install -f apcu-5.1.6'
+ tfold ext.mongodb pecl install -f mongodb-1.4.0RC1
130
131
132
install:
0 commit comments