Skip to content

Commit

Permalink
enabled mongo extension
Browse files Browse the repository at this point in the history
  • Loading branch information
Cédric Girard committed Feb 11, 2014
1 parent edb447e commit 0cde02f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -11,14 +11,15 @@ env:
- SYMFONY_VERSION=2.4.*

before_script:
- phpenv config-add travis-php.ini
# - mongo lexik_translation_bundle_test --eval 'db.addUser("travis", "lexik");'
- composer require symfony/framework-bundle:${SYMFONY_VERSION} --no-update
- composer require symfony/validator:${SYMFONY_VERSION} --no-update
- composer require symfony/finder:${SYMFONY_VERSION} --no-update
- composer require symfony/doctrine-bridge:${SYMFONY_VERSION} --no-update
- composer require doctrine/orm:2.4.* --no-update
- composer require doctrine/data-fixtures:1.0.* --no-update
- composer require doctrine/mongodb-odm:1.0.0-BETA9 --no-update
- composer require doctrine/mongodb-odm-bundle:v2.2.* --no-update
- composer update --dev

script: phpunit
2 changes: 2 additions & 0 deletions travis-php.ini
@@ -0,0 +1,2 @@
extension = "mongo.so"
date.timezone = "Europe/Paris"

0 comments on commit 0cde02f

Please sign in to comment.