From commits-return-50520-archive-asf-public=cust-asf.ponee.io@activemq.apache.org Fri Feb 16 18:18:30 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 5C97F180647 for ; Fri, 16 Feb 2018 18:18:30 +0100 (CET) Received: (qmail 76366 invoked by uid 500); 16 Feb 2018 17:18:29 -0000 Mailing-List: contact commits-help@activemq.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@activemq.apache.org Delivered-To: mailing list commits@activemq.apache.org Received: (qmail 76348 invoked by uid 99); 16 Feb 2018 17:18:29 -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; Fri, 16 Feb 2018 17:18:29 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 468EDE01EC; Fri, 16 Feb 2018 17:18:27 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: tabish@apache.org To: commits@activemq.apache.org Date: Fri, 16 Feb 2018 17:18:27 -0000 Message-Id: <8161c125147144829210b48aff39295d@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [1/2] activemq-artemis git commit: ARTEMIS-1684 enable Travis CI Repository: activemq-artemis Updated Branches: refs/heads/master ed90a7000 -> 9f215d035 ARTEMIS-1684 enable Travis CI Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/32376ae4 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/32376ae4 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/32376ae4 Branch: refs/heads/master Commit: 32376ae4ca87683ed9bde334e56de78fae3f35dd Parents: ed90a70 Author: Justin Bertram Authored: Thu Feb 15 08:53:39 2018 -0600 Committer: Justin Bertram Committed: Fri Feb 16 08:29:39 2018 -0600 ---------------------------------------------------------------------- .travis.yml | 6 ++++++ pom.xml | 1 + 2 files changed, 7 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/32376ae4/.travis.yml ---------------------------------------------------------------------- diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8c73b73 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,6 @@ +sudo: false +language: java +script: mvn -Pfast-tests -Pextra-tests -B install +cache: + directories: + - $HOME/.m2 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/32376ae4/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0bec209..4250e73 100644 --- a/pom.xml +++ b/pom.xml @@ -1593,6 +1593,7 @@ ${activemq.basedir}/ratReport.txt ${skipLicenseCheck} + .travis.yml **/footer.html **/*.txt **/*.md