Skip to content

Commit 3cdcd13

Browse files
committed
Fix travis-ci config
1 parent a4d80b0 commit 3cdcd13

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

.travis.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@ language: php
33
php:
44
- 5.3
55
- 5.4
6+
- 5.5
7+
8+
env:
9+
- MONGO_VERSION=1.3.7
610

711
before_script:
8-
- pecl -q install mongo && echo "extension=mongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
12+
- pecl -q install -f mongo-${MONGO_VERSION} && echo "extension=mongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
913
- curl -s http://getcomposer.org/installer | php
10-
- php composer.phar --dev install
14+
- php composer.phar install --dev --prefer-dist --no-interaction
1115

1216
phpunit: phpunit --coverage-text

0 commit comments

Comments
 (0)