From 43f818aa2f594f229bc693b00d263087dd16ebd9 Mon Sep 17 00:00:00 2001 From: Chen Yufei Date: Mon, 27 May 2013 09:47:05 +0800 Subject: [PATCH] Remove "method":null in config.json to make travis happy. --- config.json | 1 - 1 file changed, 1 deletion(-) diff --git a/config.json b/config.json index 029aa20..0a9f319 100644 --- a/config.json +++ b/config.json @@ -3,6 +3,5 @@ "server_port":8388, "local_port":1080, "password":"barfoo!", - "method": null, "timeout":600 }