From e0132cc5d769c58b55013c45e49141ad838d19d5 Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Fri, 2 Feb 2018 12:17:55 +0100 Subject: [PATCH] Update MongoDB extension on travis to make the builds green again. --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index 2a3e945695..c4eab34323 100644 --- a/.travis.yml +++ b/.travis.yml @@ -100,8 +100,6 @@ before_install: [[ $PHP = 5.* ]] && echo extension = memcache.so >> $INI if [[ $PHP = 5.* ]]; then echo extension = mongo.so >> $INI - elif [[ $PHP = 7.* ]]; then - echo extension = mongodb.so >> $INI fi # Matrix lines for intermediate PHP versions are skipped for pull requests @@ -127,6 +125,7 @@ before_install: tfold ext.apcu4 'echo yes | pecl install -f apcu-4.0.11' elif [[ ! $skip && $PHP = 7.* ]]; then tfold ext.apcu5 'echo yes | pecl install -f apcu-5.1.6' + tfold ext.mongodb pecl install -f mongodb-1.4.0RC1 fi install: