mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-19 13:03:05 -06:00
Try with “true” instead of “1”.
This commit is contained in:
parent
8f2b898b2b
commit
6b57d4397a
@ -102,7 +102,7 @@ abstract class TestCase extends Illuminate\Foundation\Testing\TestCase
|
||||
/*
|
||||
* If on Travis, return very small set.
|
||||
*/
|
||||
if (getenv('TRAVIS') == '1') {
|
||||
if (getenv('TRAVIS') == 'true') {
|
||||
return [['Default value']];
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user