From e83432adb3c2a18c78c6ec9586e34e25b0b1ea46 Mon Sep 17 00:00:00 2001 From: Nate Brown Date: Tue, 14 Jul 2015 15:50:29 -0700 Subject: [PATCH] Fix travis build --- command/server/test-fixtures/config-dir/bar.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/command/server/test-fixtures/config-dir/bar.json b/command/server/test-fixtures/config-dir/bar.json index 775feec1f5..3d76653564 100644 --- a/command/server/test-fixtures/config-dir/bar.json +++ b/command/server/test-fixtures/config-dir/bar.json @@ -3,6 +3,5 @@ "tcp": { "address": "127.0.0.1:443" } - }, - "statsd_addr": "nope" + } }