Skip to content

Commit 9f0008e

Browse files
committed
Install legacy driver after composer install
This hopefully fixes weird behavior about ext-mongo NOT being installed when it is.
1 parent 684322f commit 9f0008e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ addons:
2020

2121
before_script:
2222
- pecl install -f mongodb-${DRIVER_VERSION}
23-
- if [ "x$LEGACY_DRIVER_VERSION" != "x" ]; then yes '' | pecl -q install -f mongo-${LEGACY_DRIVER_VERSION}; fi
2423
- composer install
24+
- if [ "x$LEGACY_DRIVER_VERSION" != "x" ]; then yes '' | pecl -q install -f mongo-${LEGACY_DRIVER_VERSION}; fi
2525

2626
script:
2727
- ./vendor/bin/phpunit --coverage-clover=coverage.clover

0 commit comments

Comments
 (0)