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 177252009D9 for ; Wed, 18 May 2016 02:28:52 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 15E89160A1F; Wed, 18 May 2016 00:28:52 +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 606451609F5 for ; Wed, 18 May 2016 02:28:51 +0200 (CEST) Received: (qmail 19208 invoked by uid 500); 18 May 2016 00:28:50 -0000 Mailing-List: contact commits-help@apex.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@apex.incubator.apache.org Delivered-To: mailing list commits@apex.incubator.apache.org Received: (qmail 19199 invoked by uid 99); 18 May 2016 00:28:50 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd1-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2016 00:28:50 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd1-us-west.apache.org (ASF Mail Server at spamd1-us-west.apache.org) with ESMTP id 3C5A3C747C for ; Wed, 18 May 2016 00:28:50 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd1-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.646 X-Spam-Level: X-Spam-Status: No, score=-4.646 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, KAM_LAZY_DOMAIN_SECURITY=1, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-1.426] autolearn=disabled Received: from mx2-lw-us.apache.org ([10.40.0.8]) by localhost (spamd1-us-west.apache.org [10.40.0.7]) (amavisd-new, port 10024) with ESMTP id GNyvkS_-7OYa for ; Wed, 18 May 2016 00:28:48 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx2-lw-us.apache.org (ASF Mail Server at mx2-lw-us.apache.org) with SMTP id F3BA25F244 for ; Wed, 18 May 2016 00:28:47 +0000 (UTC) Received: (qmail 19188 invoked by uid 99); 18 May 2016 00:28:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 18 May 2016 00:28:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 3497BDFB73; Wed, 18 May 2016 00:28:47 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: thw@apache.org To: commits@apex.incubator.apache.org Message-Id: <8609a321f0de457e96f3babbc9d71a9b@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: incubator-apex-malhar git commit: Added travis define so that we can skip certain unit tests in travis if we want to Date: Wed, 18 May 2016 00:28:47 +0000 (UTC) archived-at: Wed, 18 May 2016 00:28:52 -0000 Repository: incubator-apex-malhar Updated Branches: refs/heads/master 45c68256c -> cef4d2bf2 Added travis define so that we can skip certain unit tests in travis if we want to Project: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/commit/cef4d2bf Tree: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/tree/cef4d2bf Diff: http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/diff/cef4d2bf Branch: refs/heads/master Commit: cef4d2bf24aabf8d76ab08d4d77d0adda2503aa1 Parents: 45c6825 Author: David Yan Authored: Tue May 17 17:17:54 2016 -0700 Committer: David Yan Committed: Tue May 17 17:19:58 2016 -0700 ---------------------------------------------------------------------- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-apex-malhar/blob/cef4d2bf/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml index 35c372f..6150c00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -18,7 +18,7 @@ language: java #skip default installation step (mvn install -DskipTests=true -Dmaven.javadoc.skip=true -B -V) install: true -script: mvn apache-rat:check verify -Dlicense.skip=false -Dtest.log.console.threshold=INFO -Pall-modules -B -V +script: mvn apache-rat:check verify -Dlicense.skip=false -Dtravis=true -Dtest.log.console.threshold=INFO -Pall-modules -B -V notifications: slack: