mirror of
https://github.com/archtechx/tenancy.git
synced 2026-02-04 14:44:05 +00:00
Make comment more descriptive [ci skip]
This commit is contained in:
parent
f993308b16
commit
7355d9b98a
1 changed files with 2 additions and 1 deletions
|
|
@ -73,7 +73,8 @@ class TestCase extends \Orchestra\Testbench\TestCase
|
|||
|
||||
public function isTravis()
|
||||
{
|
||||
// Multiple, just to make sure. Someone might accidentally set one on their computer.
|
||||
// Multiple, just to make sure. Someone might accidentally
|
||||
// set one of these environment vars on their computer.
|
||||
return env('CI') && env('TRAVIS') && env('CONTINUOUS_INTEGRATION');
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue