Skip to content

Commit 627b17b

Browse files
committed
Install dev dependencies for Travis CI
1 parent 6835fcd commit 627b17b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ before_script:
1313
- sh -c "cd mongo-${MONGO_VERSION} && phpize && ./configure && make && sudo make install"
1414
- echo "extension=mongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
1515
- wget -nc http://getcomposer.org/composer.phar
16-
- php composer.phar install
16+
- php composer.phar install --dev

0 commit comments

Comments
 (0)