Return-Path: X-Original-To: apmail-manifoldcf-dev-archive@www.apache.org Delivered-To: apmail-manifoldcf-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6ED3318700 for ; Tue, 24 Nov 2015 12:56:11 +0000 (UTC) Received: (qmail 58659 invoked by uid 500); 24 Nov 2015 12:56:11 -0000 Delivered-To: apmail-manifoldcf-dev-archive@manifoldcf.apache.org Received: (qmail 58594 invoked by uid 500); 24 Nov 2015 12:56:11 -0000 Mailing-List: contact dev-help@manifoldcf.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@manifoldcf.apache.org Delivered-To: mailing list dev@manifoldcf.apache.org Received: (qmail 58498 invoked by uid 99); 24 Nov 2015 12:56:11 -0000 Received: from arcas.apache.org (HELO arcas) (140.211.11.28) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 24 Nov 2015 12:56:11 +0000 Received: from arcas.apache.org (localhost [127.0.0.1]) by arcas (Postfix) with ESMTP id 178872C1F68 for ; Tue, 24 Nov 2015 12:56:11 +0000 (UTC) Date: Tue, 24 Nov 2015 12:56:11 +0000 (UTC) From: "Shinichiro Abe (JIRA)" To: dev@manifoldcf.apache.org Message-ID: In-Reply-To: References: Subject: [jira] [Updated] (CONNECTORS-1259) Use Travis CI MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/CONNECTORS-1259?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Shinichiro Abe updated CONNECTORS-1259: --------------------------------------- Attachment: myrepo-ci-result.png CONNECTORS-1259.patch image: build status image. patch: add .travis.yml. email notification is hard to configure, so disabled. > Use Travis CI > ------------- > > Key: CONNECTORS-1259 > URL: https://issues.apache.org/jira/browse/CONNECTORS-1259 > Project: ManifoldCF > Issue Type: Test > Components: Tests > Affects Versions: ManifoldCF 2.2 > Reporter: Shinichiro Abe > Assignee: Shinichiro Abe > Priority: Minor > Attachments: CONNECTORS-1259.patch, myrepo-ci-result.png > > > Jenkins builds supports mcf-ant and mcf-mvn today. mcf-ant includes tests but mcf-mvn does not include test: > {noformat} > mvn -DskipTests=false -DskipITs=true clean -DskipTests -DskipITs install > {noformat} > It would be nice we could run "mvn install" rather than that. > Some Apache projects are using travis ci via Github(1), just putting .travis.yml to project root directory. > And these tests are not limited timeout as to a build(2). > I tried to test mcf trunk using travis.yml on my repo, then tests work well. Please see attached image. > We can watch the testing result at https://travis-ci.org/apache/manifoldcf (public) after committing. And we can add the status badge to somewhere such as README. > !https://travis-ci.org/sabe1/manifoldcf.svg?branch=trunk! > (1) > https://travis-ci.org/apache/jackrabbit-oak > https://travis-ci.org/apache/storm > (2) > https://docs.travis-ci.com/user/customizing-the-build/#Build-Timeouts -- This message was sent by Atlassian JIRA (v6.3.4#6332)