mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 16:57:09 +00:00
Try with “true” instead of “1”.
This commit is contained in:
@@ -102,7 +102,7 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
|
|||||||
/*
|
/*
|
||||||
* If on Travis, return very small set.
|
* If on Travis, return very small set.
|
||||||
*/
|
*/
|
||||||
if (getenv('TRAVIS') == '1') {
|
if (getenv('TRAVIS') == 'true') {
|
||||||
return [['Default value']];
|
return [['Default value']];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user