Last tweak before I head to begin drinking heavily...
This commit is contained in:
+3
-1
@@ -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' ],
|
||||
|
||||
Reference in New Issue
Block a user