Initial support for Coveralls
This commit is contained in:
parent
1bb7e53775
commit
b9d242e497
|
@ -0,0 +1 @@
|
||||||
|
service_name: travis-ci
|
|
@ -16,6 +16,21 @@
|
||||||
mvn antlr4:antlr4
|
mvn antlr4:antlr4
|
||||||
-->
|
-->
|
||||||
|
|
||||||
|
<developers>
|
||||||
|
<developer>
|
||||||
|
<name>Roman Mandeleil</name>
|
||||||
|
</developer>
|
||||||
|
<developer>
|
||||||
|
<name>Nick Savers</name>
|
||||||
|
</developer>
|
||||||
|
</developers>
|
||||||
|
|
||||||
|
<scm>
|
||||||
|
<connection>scm:git:git://github.com/ethereum/ethereumj.git</connection>
|
||||||
|
<developerConnection>scm:git:git://github.com/ethereum/ethereumj.git</developerConnection>
|
||||||
|
<url>https://github.com/ethereum/ethereumj</url>
|
||||||
|
</scm>
|
||||||
|
|
||||||
<properties>
|
<properties>
|
||||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||||
<!-- Third-party dependencies -->
|
<!-- Third-party dependencies -->
|
||||||
|
@ -221,6 +236,11 @@
|
||||||
</execution>
|
</execution>
|
||||||
</executions>
|
</executions>
|
||||||
</plugin>
|
</plugin>
|
||||||
|
<plugin>
|
||||||
|
<groupId>org.eluder.coveralls</groupId>
|
||||||
|
<artifactId>coveralls-maven-plugin</artifactId>
|
||||||
|
<version>2.2.0</version>
|
||||||
|
</plugin>
|
||||||
<plugin>
|
<plugin>
|
||||||
<artifactId>maven-antrun-plugin</artifactId>
|
<artifactId>maven-antrun-plugin</artifactId>
|
||||||
<version>1.3</version>
|
<version>1.3</version>
|
||||||
|
|
Loading…
Reference in New Issue