Skip to content

Commit

Permalink
travis ci with coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
wwelling committed Jun 18, 2018
1 parent bfa00fa commit dcf405f
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 23 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
@@ -0,0 +1,10 @@
language: java

jdk:
- oraclejdk8

install:
- mvn test-compile -DskipTests=true -Dmaven.javadoc.skip=true -B -V

after_success:
- mvn clean test cobertura:cobertura jacoco:report coveralls:report
3 changes: 3 additions & 0 deletions README.md
@@ -1,2 +1,5 @@
[![Build Status](https://travis-ci.org/TAMULib/Weaver-Webservice-Core.svg?branch=2.x)](https://travis-ci.org/TAMULib/Weaver-Webservice-Core)
[![Coverage Status](https://coveralls.io/repos/github/TAMULib/Weaver-Webservice-Core/badge.svg?branch=2.x)](https://coveralls.io/github/TAMULib/Weaver-Webservice-Core?branch=2.x)

Webservice-Core
======================
23 changes: 0 additions & 23 deletions pom.xml
Expand Up @@ -144,21 +144,6 @@
</configuration>
</plugin>

<plugin>
<groupId>org.asciidoctor</groupId>
<artifactId>asciidoctor-maven-plugin</artifactId>
<version>1.5.6</version>
<executions>
<execution>
<id>output-html</id>
<phase>generate-resources</phase>
<goals>
<goal>process-asciidoc</goal>
</goals>
</execution>
</executions>
</plugin>

</plugins>
</pluginManagement>
</build>
Expand Down Expand Up @@ -194,14 +179,6 @@
</reportSets>
</plugin>

<plugin>
<groupId>org.eluder.coveralls</groupId>
<artifactId>coveralls-maven-plugin</artifactId>
<configuration>
<repoToken></repoToken>
</configuration>
</plugin>

</plugins>
</reporting>

Expand Down

0 comments on commit dcf405f

Please sign in to comment.