We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 684322f commit 9f0008eCopy full SHA for 9f0008e
.travis.yml
@@ -20,8 +20,8 @@ addons:
20
21
before_script:
22
- pecl install -f mongodb-${DRIVER_VERSION}
23
- - if [ "x$LEGACY_DRIVER_VERSION" != "x" ]; then yes '' | pecl -q install -f mongo-${LEGACY_DRIVER_VERSION}; fi
24
- composer install
+ - if [ "x$LEGACY_DRIVER_VERSION" != "x" ]; then yes '' | pecl -q install -f mongo-${LEGACY_DRIVER_VERSION}; fi
25
26
script:
27
- ./vendor/bin/phpunit --coverage-clover=coverage.clover
0 commit comments