1
0
Fork 0
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:
Samuel Štancl 2019-02-07 17:39:55 +01:00
parent f993308b16
commit 7355d9b98a

View file

@ -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');
}
}