From commits-return-6592-archive-asf-public=cust-asf.ponee.io@dubbo.apache.org Wed Oct 14 08:32:27 2020 Return-Path: X-Original-To: archive-asf-public@cust-asf.ponee.io Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mxout1-ec2-va.apache.org (mxout1-ec2-va.apache.org [3.227.148.255]) by mx-eu-01.ponee.io (Postfix) with ESMTPS id DCFBB18063F for ; Wed, 14 Oct 2020 10:32:26 +0200 (CEST) Received: from mail.apache.org (mailroute1-lw-us.apache.org [207.244.88.153]) by mxout1-ec2-va.apache.org (ASF Mail Server at mxout1-ec2-va.apache.org) with SMTP id 2880342D52 for ; Wed, 14 Oct 2020 08:32:26 +0000 (UTC) Received: (qmail 91143 invoked by uid 500); 14 Oct 2020 08:32:26 -0000 Mailing-List: contact commits-help@dubbo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@dubbo.apache.org Delivered-To: mailing list commits@dubbo.apache.org Received: (qmail 91130 invoked by uid 99); 14 Oct 2020 08:32:25 -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; Wed, 14 Oct 2020 08:32:25 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id CE59081A7C; Wed, 14 Oct 2020 08:32:25 +0000 (UTC) Date: Wed, 14 Oct 2020 08:32:25 +0000 To: "commits@dubbo.apache.org" Subject: [dubbo-go-samples] branch master updated: trigger test MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <160266434579.20565.182908357400423592@gitbox.apache.org> From: joezou@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: dubbo-go-samples X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: 7cd792d64787109530dc00d68cd36f07af944fd8 X-Git-Newrev: f32a81825959ef7f57b8d01bfb7f4365b3af2644 X-Git-Rev: f32a81825959ef7f57b8d01bfb7f4365b3af2644 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated This is an automated email from the ASF dual-hosted git repository. joezou pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git The following commit(s) were added to refs/heads/master by this push: new f32a818 trigger test f32a818 is described below commit f32a81825959ef7f57b8d01bfb7f4365b3af2644 Author: Joe Zou AuthorDate: Wed Oct 14 16:32:11 2020 +0800 trigger test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 8cef239..bbab1ed 100644 --- a/.travis.yml +++ b/.travis.yml @@ -7,4 +7,4 @@ env: - GO111MODULE=on import: - helloworld/dubbo/.travis.yml - - golang/direct/dubbo/.travis.yml + - direct/dubbo/.travis.yml