We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6835fcd commit 627b17bCopy full SHA for 627b17b
1 file changed
.travis.yml
@@ -13,4 +13,4 @@ before_script:
13
- sh -c "cd mongo-${MONGO_VERSION} && phpize && ./configure && make && sudo make install"
14
- echo "extension=mongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
15
- wget -nc http://getcomposer.org/composer.phar
16
- - php composer.phar install
+ - php composer.phar install --dev
0 commit comments