Kasper Sørensen created METAMODEL-71:
----------------------------------------
Summary: 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
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)