Last tweak before I head to begin drinking heavily...

This commit is contained in:
Vincent Sposato
2015-08-15 20:36:18 -04:00
parent da187ff07a
commit afac18ea1b
+3 -1
View File
@@ -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' ],