[
https://issues.apache.org/jira/browse/METAMODEL-71?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14068012#comment-14068012
]
Kasper Sørensen commented on METAMODEL-71:
------------------------------------------
Yes, that was it! Done :-)
> Add travis CI configuration and enable Travis CI builds from GitHub mirror
> --------------------------------------------------------------------------
>
> Key: METAMODEL-71
> URL: https://issues.apache.org/jira/browse/METAMODEL-71
> Project: Metamodel
> Issue Type: New Feature
> Reporter: Kasper Sørensen
> Assignee: Kasper Sørensen
> Priority: Minor
> Fix For: 4.2
>
>
> We do have a wish to use the Apache Jenkins environment for CI (see
> METAMODEL-50) but personally I also feel that we should be embracing the
> widely available tools for this sort of thing, such as Travis CI which is a
> pretty good CI tool for GitHub project. Since we have a GitHub mirror of
> MetaModel, it would just be a matter of adding a '.travis.yml' folder to the
> root directory of our project.
> That files contents would IMO be:
> {code}
> language: java
> jdk:
> - openjdk6
> - openjdk7
> after_success:
> - mvn test
> {code}
--
This message was sent by Atlassian JIRA
(v6.2#6252)