Skip to content

Commit

Permalink
Travis: enable mongodb service
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienbrault committed Sep 22, 2012
1 parent 0325686 commit 2c7987a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,8 @@ php:
env:
- MONGO_VERSION=1.2.12

services: mongodb

before_script:
- pecl -q install mongo-${MONGO_VERSION} && echo "extension=mongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- git submodule update --init
Expand Down

0 comments on commit 2c7987a

Please sign in to comment.