Skip to content

Commit 798151c

Browse files
committed
Add: more verbosity for travisCI/coveralls debugs
Signed-off-by: Yann 'Ze' Richard <ze@nbox.org>
1 parent 9d6c031 commit 798151c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.atoum.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,14 @@
2020
$travis = getenv('TRAVIS');
2121
if ($travis)
2222
{
23+
echo "TRAVIS ENV\n";
24+
echo " JOB ID : " . getenv('TRAVIS_JOB_ID') . "\n";
25+
echo " BRANCH : " . getenv('TRAVIS_BRANCH') . "\n";
2326
$script->addDefaultReport();
2427
$coverallsToken = getenv('COVERALLS_REPO_TOKEN');
2528
if ($coverallsToken)
2629
{
30+
echo " COVERALLS Token detected...\n";
2731
$coverallsReport = new reports\asynchronous\coveralls('classes', $coverallsToken);
2832
$defaultFinder = $coverallsReport->getBranchFinder();
2933
$coverallsReport

0 commit comments

Comments
 (0)