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 13aaba4 commit 43c36bdCopy full SHA for 43c36bd
run-tests.php
@@ -314,7 +314,7 @@ function write_information($show_html)
314
define('PHP_QA_EMAIL', 'qa-reports@lists.php.net');
315
define('QA_SUBMISSION_PAGE', 'http://qa.php.net/buildtest-process.php');
316
define('QA_REPORTS_PAGE', 'http://qa.php.net/reports');
317
-define('TRAVIS_CI' , (bool) getenv('TRAVIS_PHP_VERSION'));
+define('TRAVIS_CI' , (bool) getenv('TRAVIS'));
318
319
function save_or_mail_results()
320
{
0 commit comments