Skip to content

Commit 6173e60

Browse files
committed
Update extension filename in Travis scripts
1 parent 07387fa commit 6173e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.scripts/compile.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ wget -O run-tests.php https://raw.githubusercontent.com/php/php-src/master/run-t
3030

3131
rm -rf tmp-lcov tmp # coveralls may pick it up and lie about our coverage
3232

33-
echo "extension=phongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
33+
echo "extension=mongodb.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
3434

3535
MONGO=`which mongo`
3636
mongod --version

0 commit comments

Comments
 (0)