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 e872800 commit 087681fCopy full SHA for 087681f
bin/compile-extension-mongo
@@ -5,7 +5,7 @@ source $(dirname $0)/compile-extensions-common
5
6
travis_time_start
7
8
-if [[ ! $VERSION =~ ^7 ! $VERSION =~ ^8 && ! $VERSION =~ ^master$ ]]; then
+if [[ ! $VERSION =~ ^7 && ! $VERSION =~ ^8 && ! $VERSION =~ ^master$ ]]; then
9
git clone https://github.com/mongodb/mongo-php-driver-legacy.git
10
pushd mongo-php-driver-legacy
11
git checkout 1.6.16
0 commit comments