From afac18ea1b0b4c8c49eee1f33d3eb07d49ae47da Mon Sep 17 00:00:00 2001 From: Vincent Sposato Date: Sat, 15 Aug 2015 20:36:18 -0400 Subject: [PATCH] Last tweak before I head to begin drinking heavily... --- bootstrap/start.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' ],