1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-22 17:16:18 +02:00
This commit is contained in:
Jordi Boggiano
2013-12-26 11:58:24 +01:00
parent caee29ac20
commit edb4aaa75f

View File

@@ -12,6 +12,8 @@ matrix:
- php: hhvm - php: hhvm
before_script: before_script:
- echo "extension = mongo.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- echo "extension = amqp.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini
- composer install --dev --prefer-source - composer install --dev --prefer-source
script: ./vendor/bin/phpunit script: ./vendor/bin/phpunit