We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ef835e7 commit 89b73ffCopy full SHA for 89b73ff
.travis.yml
@@ -68,6 +68,9 @@ before_script:
68
add_str="--suppressions=./tests/php-$(php-config --version | cut -d'.' -f1,2).supp"
69
sed -e "s|[\"']\($search_str\)[\"']|\"\1 $add_str\"|" run-tests.php > tmp.php
70
mv tmp.php run-tests.php
71
+ grep 'valgrind -q --tool=' run-tests.php
72
+
73
+ echo "Done"
74
fi
75
76
script:
0 commit comments