Folks-- This is just a minor addition to the services around our build. Travis-CI is really nice and free for projects without special needs (like us). It incurs no obligation on our part, no agreement, no commitment, and the only maintenance is to keep a single, simple dot-file in the root of our codebase. If no one has any objection to this I'll merge it in a few days.
--- A. Soroka The University of Virginia Library > On Oct 8, 2016, at 9:55 AM, ASF GitHub Bot (JIRA) <[email protected]> wrote: > > > [ > https://issues.apache.org/jira/browse/JENA-1241?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15558014#comment-15558014 > ] > > ASF GitHub Bot commented on JENA-1241: > -------------------------------------- > > GitHub user ajs6f opened a pull request: > > https://github.com/apache/jena/pull/175 > > Added .travis.yml > > https://issues.apache.org/jira/browse/JENA-1241 > > You can merge this pull request into a Git repository by running: > > $ git pull https://github.com/ajs6f/jena TravisCI > > Alternatively you can review and apply these changes as the patch at: > > https://github.com/apache/jena/pull/175.patch > > To close this pull request, make a commit to your master/trunk branch > with (at least) the following in the commit message: > > This closes #175 > > ---- > commit 50dce0d0de8cb6939d26a5f35ff88261387f8364 > Author: ajs6f <[email protected]> > Date: 2016-10-08T13:49:08Z > > Added .travis.yml > > ---- > > >> Enable Travis-CI for Jena >> ------------------------- >> >> Key: JENA-1241 >> URL: https://issues.apache.org/jira/browse/JENA-1241 >> Project: Apache Jena >> Issue Type: Improvement >> Components: Build >> Affects Versions: Jena 3.1.0, Fuseki 2.4.0 >> Reporter: A. Soroka >> Assignee: A. Soroka >> Priority: Minor >> Labels: CI >> Fix For: Jena 3.1.1, Fuseki 2.4.1 >> >> >> Travis-CI is a nice and very well integrated CI service that offers free >> support to projects with few demands. To take advantage of it we just need >> to include a .travis.yml file in our codebase to configure our use of the >> service and activate the Github apache/jena repository. > > > > -- > This message was sent by Atlassian JIRA > (v6.3.4#6332)
