From 84978a501d0722101a90e83ef6505bdc28f5838e Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Mon, 2 Jan 2017 20:55:39 +0100 Subject: [PATCH] remove go generate in travis workflow --- .travis.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index a1bc550a..c8bc1a5a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,7 +5,6 @@ go_import_path: v2ray.com/core git: depth: 5 script: -- go generate v2ray.com/core/... - go test -tags json v2ray.com/core/... after_success: - ./testing/coverage/coverall