summaryrefslogtreecommitdiff
path: root/run-tests.php
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-12-04 11:12:42 +0100
committerFerenc Kovacs <tyrael@php.net>2014-12-04 11:12:42 +0100
commitf8e7b3d166a4aba2ebd9469731b01ccd30065184 (patch)
tree77889efeb335a94284d4a7ff2038a3ea5fd6aa89 /run-tests.php
parent7e933c5ff89ae3dc8b48f94ad9c9a8bc77d93a25 (diff)
parent9c5d84ace1daaf2dcd08c04b9c138940afdf5001 (diff)
downloadphp-git-f8e7b3d166a4aba2ebd9469731b01ccd30065184.tar.gz
Merge branch 'PHP-5.6'
* PHP-5.6: add initial install switch to C travis project instead of PHP use the generic TRAVIS environment var to check for travis (see http://docs.travis-ci.com/user/ci-environment/)
Diffstat (limited to 'run-tests.php')
-rwxr-xr-xrun-tests.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/run-tests.php b/run-tests.php
index fec6e72416..15b7fe2093 100755
--- a/run-tests.php
+++ b/run-tests.php
@@ -314,7 +314,7 @@ VALGRIND : " . ($leak_check ? $valgrind_header : 'Not used') . "
define('PHP_QA_EMAIL', 'qa-reports@lists.php.net');
define('QA_SUBMISSION_PAGE', 'http://qa.php.net/buildtest-process.php');
define('QA_REPORTS_PAGE', 'http://qa.php.net/reports');
-define('TRAVIS_CI' , (bool) getenv('TRAVIS_PHP_VERSION'));
+define('TRAVIS_CI' , (bool) getenv('TRAVIS'));
function save_or_mail_results()
{