We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53ebbaf commit f9296a2Copy full SHA for f9296a2
.travis.scripts/compile.sh
@@ -29,7 +29,7 @@ wget -O run-tests.php https://raw.githubusercontent.com/php/php-src/master/run-t
29
30
31
32
-rm -rf tmp-lcov tmp src/libbson src/libmongoc # coveralls may pick it up and lie about our coverage
+rm -rf tmp-lcov tmp # coveralls may pick it up and lie about our coverage
33
34
echo "extension=phongo.so" >> `php --ini | grep "Loaded Configuration" | sed -e "s|.*:\s*||"`
35
0 commit comments