Browse Source

Install legacy driver after composer install

This hopefully fixes weird behavior about ext-mongo NOT being installed when it is.
Andreas Braun 10 years ago
parent
commit
f3a90813fb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .travis.yml

+ 1 - 1
.travis.yml

@@ -20,8 +20,8 @@ addons:
 
 before_script:
   - pecl install -f mongodb-${DRIVER_VERSION}
-  - if [ "x$LEGACY_DRIVER_VERSION" != "x" ]; then yes '' | pecl -q install -f mongo-${LEGACY_DRIVER_VERSION}; fi
   - composer install
+  - if [ "x$LEGACY_DRIVER_VERSION" != "x" ]; then yes '' | pecl -q install -f mongo-${LEGACY_DRIVER_VERSION}; fi
 
 script:
     - ./vendor/bin/phpunit --coverage-clover=coverage.clover