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

Commit

Permalink
Merge pull request #188 from crystalservice/travis-mongo-stable
Browse files Browse the repository at this point in the history
Added last stable mongo extension version to travis build matrix
  • Loading branch information
jmikola committed Sep 18, 2014
2 parents f4d27b0 + 95140f4 commit 86c5e1f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ env:
- MONGO_VERSION=1.3.2
- MONGO_VERSION=1.3.7
- MONGO_VERSION=1.4.5
- MONGO_VERSION=1.5.1
- MONGO_VERSION=stable

services: mongodb

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

0 comments on commit 86c5e1f

Please sign in to comment.