From commits-return-6028-archive-asf-public=cust-asf.ponee.io@openwhisk.apache.org Fri Oct 12 02:17:59 2018 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx-eu-01.ponee.io (Postfix) with SMTP id 4F00918064A for ; Fri, 12 Oct 2018 02:17:59 +0200 (CEST) Received: (qmail 13397 invoked by uid 500); 12 Oct 2018 00:17:58 -0000 Mailing-List: contact commits-help@openwhisk.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@openwhisk.apache.org Delivered-To: mailing list commits@openwhisk.apache.org Received: (qmail 13383 invoked by uid 99); 12 Oct 2018 00:17:58 -0000 Received: from ec2-52-202-80-70.compute-1.amazonaws.com (HELO gitbox.apache.org) (52.202.80.70) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 12 Oct 2018 00:17:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id D743385B3C; Fri, 12 Oct 2018 00:17:57 +0000 (UTC) Date: Fri, 12 Oct 2018 00:17:58 +0000 To: "commits@openwhisk.apache.org" Subject: [incubator-openwhisk-wskdeploy] 01/01: Fix the failure for golint MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit From: houshengbo@apache.org In-Reply-To: <153930347773.8354.908797713653777061@gitbox.apache.org> References: <153930347773.8354.908797713653777061@gitbox.apache.org> X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-openwhisk-wskdeploy X-Git-Refname: refs/heads/fix-golint X-Git-Reftype: branch X-Git-Rev: 4a6f07dc7890eb0e5b4d7676ffe6e8870bebfa00 X-Git-NotificationType: diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated Message-Id: <20181012001757.D743385B3C@gitbox.apache.org> This is an automated email from the ASF dual-hosted git repository. houshengbo pushed a commit to branch fix-golint in repository https://gitbox.apache.org/repos/asf/incubator-openwhisk-wskdeploy.git commit 4a6f07dc7890eb0e5b4d7676ffe6e8870bebfa00 Author: Vincent Hou AuthorDate: Thu Oct 11 20:17:24 2018 -0400 Fix the failure for golint --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index dc9f932..657c98e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -21,7 +21,7 @@ before_install: - "./tools/travis/cloneutils.sh" install: - export DEPLOY_BUILD_READY=false -- go get -u github.com/golang/lint/golint +- go get -u golang.org/x/lint/golint - go get -u github.com/stretchr/testify - go get -u github.com/tools/godep before_script: