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

Commit

Permalink
the new mongodb extension does not seem to work with php7 and hhvm on…
Browse files Browse the repository at this point in the history
… travis
  • Loading branch information
Dominik Zogg committed Nov 28, 2015
1 parent 052cc01 commit 813b8c1
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:
- pecl install mongodb
- echo 'extension=mongo.so' >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer --prefer-source --dev install

script: phpunit --coverage-text --verbose

0 comments on commit 813b8c1

Please sign in to comment.