mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-12 23:45:10 +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 (getenv('TRAVIS') == '1') {
|
||||
if (getenv('TRAVIS') == 'true') {
|
||||
return [['Default value']];
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user