From 071f63244da64e1ead029477e40235191376a3e2 Mon Sep 17 00:00:00 2001 From: danogentili Date: Tue, 29 Nov 2016 16:52:41 +0300 Subject: [PATCH] Updated tests --- testing.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing.php b/testing.php index 542b2f1c5..98d46781a 100755 --- a/testing.php +++ b/testing.php @@ -39,7 +39,7 @@ if (file_exists('number.php') && !file_exists('session.madeline')) { echo 'Deserializing MadelineProto from session.madeline...'.PHP_EOL; $MadelineProto = unserialize(file_get_contents('session.madeline')); -$message = 'Travis ci tests in progress...'; +$message = 'Travis ci tests in progress: commit '.getenv('TRAVIS_COMMIT').', job '.getenv('TRAVIS_JOB_NUMBER').', PHP version: '.getenv('TRAVIS_PHP_VERSION'); $peers = []; foreach (['pwrtelegramgroup', 'pwrtelegramgroupita'] as $user) { $username = $MadelineProto->contacts->resolveUsername(['username' => $user]);