Skip to content
This repository has been archived by the owner on Nov 11, 2020. It is now read-only.

Commit

Permalink
Force driver install for Travis, and test against 1.3.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jmikola committed Mar 15, 2013
1 parent 684ab9d commit cc8685e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ php:
env:
- MONGO_VERSION=1.2.12
- MONGO_VERSION=1.3.2
- MONGO_VERSION=1.3.3
- MONGO_VERSION=1.3.4

services: mongodb

before_script:
- pecl -q install mongo-${MONGO_VERSION} && echo "extension=mongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- pecl -q install -f mongo-${MONGO_VERSION} && echo "extension=mongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
- composer install --dev

0 comments on commit cc8685e

Please sign in to comment.