Explorar o código

Install legacy driver after composer install

This hopefully fixes weird behavior about ext-mongo NOT being installed when it is.
Andreas Braun %!s(int64=10) %!d(string=hai) anos
pai
achega
f3a90813fb
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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