Skip to content

Commit

Permalink
Add configuration for Travis CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Godin authored and marchof committed Sep 18, 2012
1 parent ae6d095 commit ec38eab
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -0,0 +1 @@
language: java
13 changes: 13 additions & 0 deletions pom.xml
@@ -0,0 +1,13 @@
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>

<groupId>org.jacoco</groupId>
<artifactId>jacoco</artifactId>
<version>0.5.11-SNAPSHOT</version>
<packaging>pom</packaging>

<modules>
<module>org.jacoco.build</module>
</modules>

</project>

0 comments on commit ec38eab

Please sign in to comment.