Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 853A1200D58 for ; Sun, 12 Nov 2017 06:44:59 +0100 (CET) Received: by cust-asf.ponee.io (Postfix) id 83F19160C03; Sun, 12 Nov 2017 05:44:59 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id F00B1160C04 for ; Sun, 12 Nov 2017 06:44:58 +0100 (CET) Received: (qmail 16403 invoked by uid 500); 12 Nov 2017 05:44:58 -0000 Mailing-List: contact commits-help@superset.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@superset.incubator.apache.org Delivered-To: mailing list commits@superset.incubator.apache.org Received: (qmail 16394 invoked by uid 99); 12 Nov 2017 05:44: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; Sun, 12 Nov 2017 05:44:58 +0000 Received: by gitbox.apache.org (ASF Mail Server at gitbox.apache.org, from userid 33) id 9F7F685040; Sun, 12 Nov 2017 05:44:57 +0000 (UTC) Date: Sun, 12 Nov 2017 05:44:57 +0000 To: "commits@superset.apache.org" Subject: [incubator-superset] branch master updated: run_tests.sh: call coveralls only on CI (#3836) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit Message-ID: <151046549751.8712.10717252114144574992@gitbox.apache.org> From: maximebeauchemin@apache.org X-Git-Host: gitbox.apache.org X-Git-Repo: incubator-superset X-Git-Refname: refs/heads/master X-Git-Reftype: branch X-Git-Oldrev: d908e48d61200cbacadbb0dcf8a8e50c309f8c10 X-Git-Newrev: f7bf17290cca7482b82f3eab3ebda8672940bca3 X-Git-Rev: f7bf17290cca7482b82f3eab3ebda8672940bca3 X-Git-NotificationType: ref_changed_plus_diff X-Git-Multimail-Version: 1.5.dev Auto-Submitted: auto-generated archived-at: Sun, 12 Nov 2017 05:44:59 -0000 This is an automated email from the ASF dual-hosted git repository. maximebeauchemin pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-superset.git The following commit(s) were added to refs/heads/master by this push: new f7bf172 run_tests.sh: call coveralls only on CI (#3836) f7bf172 is described below commit f7bf17290cca7482b82f3eab3ebda8672940bca3 Author: Riccardo Magliocchetti AuthorDate: Sun Nov 12 06:44:55 2017 +0100 run_tests.sh: call coveralls only on CI (#3836) --- run_tests.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/run_tests.sh b/run_tests.sh index 55760f6..448a750 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -9,4 +9,6 @@ set -e superset/bin/superset db upgrade superset/bin/superset version -v python setup.py nosetests -coveralls +if [ "$CI" = "true" ] ; then + coveralls +fi -- To stop receiving notification emails like this one, please contact ['"commits@superset.apache.org" '].