From c3767e25e4aa62d5e2c348ee2fe9964fb1c3978e Mon Sep 17 00:00:00 2001 From: snipe Date: Tue, 11 Aug 2015 20:42:32 -0700 Subject: [PATCH] Changed hostname for travis --- bootstrap/start.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap/start.php b/bootstrap/start.php index 364daeaf03..7e8d18b1cd 100755 --- a/bootstrap/start.php +++ b/bootstrap/start.php @@ -26,7 +26,7 @@ $app = new Illuminate\Foundation\Application; $env = $app->detectEnvironment(array( - 'testing' => array('snipe-it.dev','worker-linux-docker-*'), + 'testing' => array('snipe-it.dev','testing-worker-linux-docker-*'), 'local' => array('homestead','AlisonMBP'), 'staging' => array('stagingweb01'), 'production' => array('www.yourserver.com')