Skip to content

Commit

Permalink
fix ext-mongo requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Jun 5, 2018
1 parent 8833caf commit a04b532
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -40,8 +40,7 @@ before_install:
- composer self-update --stable --no-progress

install:
- travis_retry pecl install -f mongodb-stable
- travis_retry composer update $COMPOSER_FLAGS --no-interaction --no-scripts --no-progress
- travis_retry composer config "platform.ext-mongo" "1.6.16" && composer update $COMPOSER_FLAGS --no-interaction --no-scripts --no-progress
- if [[ $TEST_VERSION ]]; then travis_retry composer require php-coveralls/php-coveralls $COMPOSER_FLAGS --no-interaction --no-scripts --no-progress ; fi

script:
Expand Down

0 comments on commit a04b532

Please sign in to comment.