Skip to content
This repository has been archived by the owner on Apr 21, 2018. It is now read-only.

Commit

Permalink
try to use the new mongodb extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Dominik Zogg committed Nov 28, 2015
1 parent a4e19b9 commit 830aad1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ matrix:
- php: hhvm

before_script:
- echo 'extension=mongo.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- pecl install mongodb
- composer --prefer-source --dev install

script: phpunit --coverage-text --verbose

0 comments on commit 830aad1

Please sign in to comment.