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

Added last stable mongo extension version to travis build matrix #188

Merged
merged 4 commits into from
Sep 18, 2014
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Could you also delete the 1.5.1 line? The goal here was to always have the final patch version of each minor listed (e.g. 1.3.7, 1.4.5) and then the latest version. Once 1.6.x hits, I'll add in the final 1.5 patch version.


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