diff --git a/bootstrap/start.php b/bootstrap/start.php index c1851d697a..06ff410c8e 100755 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -24,7 +24,9 @@ | */ if ($_SERVER[ 'APP_ENV' ] == 'travis-ci') { - $env = 'travis-ci'; + $env = $app->detectEnvironment(function() { + return 'travis-ci'; + }); } else { $env = $app->detectEnvironment( [ 'local' => [ 'homestead', 'AlisonMBP' ],