Skip to content

Commit

Permalink
mongodb extension on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
juliangut committed Sep 22, 2019
1 parent 8b4f5cc commit 7b06063
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ matrix:

before_install:
- if [[ -z $TEST_VERSION && -f "/home/travis/.phpenv/versions/$(phpenv version-name)/etc/conf.d/xdebug.ini" ]]; then phpenv config-rm xdebug.ini; fi
- echo "extension = mongodb.so" >> /home/travis/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer global require hirak/prestissimo
- composer self-update --stable --no-progress

Expand Down

0 comments on commit 7b06063

Please sign in to comment.